mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Doc: Tweak function prototype indentation for consistency.
This commit is contained in:
parent
3465113134
commit
255ed90fd2
@ -622,10 +622,10 @@ ExecForeignInsert(EState *estate,
|
||||
<programlisting>
|
||||
TupleTableSlot **
|
||||
ExecForeignBatchInsert(EState *estate,
|
||||
ResultRelInfo *rinfo,
|
||||
TupleTableSlot **slots,
|
||||
TupleTableSlot **planSlots,
|
||||
int *numSlots);
|
||||
ResultRelInfo *rinfo,
|
||||
TupleTableSlot **slots,
|
||||
TupleTableSlot **planSlots,
|
||||
int *numSlots);
|
||||
</programlisting>
|
||||
|
||||
Insert multiple tuples in bulk into the foreign table.
|
||||
|
Loading…
Reference in New Issue
Block a user