mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Doc: Tweak function prototype indentation for consistency.
This commit is contained in:
@ -622,10 +622,10 @@ ExecForeignInsert(EState *estate,
|
|||||||
<programlisting>
|
<programlisting>
|
||||||
TupleTableSlot **
|
TupleTableSlot **
|
||||||
ExecForeignBatchInsert(EState *estate,
|
ExecForeignBatchInsert(EState *estate,
|
||||||
ResultRelInfo *rinfo,
|
ResultRelInfo *rinfo,
|
||||||
TupleTableSlot **slots,
|
TupleTableSlot **slots,
|
||||||
TupleTableSlot **planSlots,
|
TupleTableSlot **planSlots,
|
||||||
int *numSlots);
|
int *numSlots);
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
Insert multiple tuples in bulk into the foreign table.
|
Insert multiple tuples in bulk into the foreign table.
|
||||||
|
Reference in New Issue
Block a user