mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix documentation oversight.
Mention that PlanForeignModify's result must be copiable by copyObject.
This commit is contained in:
parent
50c19fc76f
commit
209f675f0f
@ -899,6 +899,10 @@ GetForeignServerByName(const char *name, bool missing_ok);
|
||||
<literal>baserel->fdw_private</> data previously created by the
|
||||
scan-planning functions. However, in <command>INSERT</> the target
|
||||
table is not scanned so there is no <structname>RelOptInfo</> for it.
|
||||
The <structname>List</> returned by <function>PlanForeignModify</> has
|
||||
the same restrictions as the <structfield>fdw_private</> list of a
|
||||
<structname>ForeignScan</> plan node, that is it must contain only
|
||||
structures that <function>copyObject</> knows how to copy.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user