Doc: Tweak function prototype indentation for consistency.

This commit is contained in:
Etsuro Fujita 2021-08-25 13:00:00 +09:00
parent 3465113134
commit 255ed90fd2
1 changed files with 4 additions and 4 deletions

View File

@ -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.