Skip to content

Commit 255ed90

Browse files
author
Etsuro Fujita
committed
Doc: Tweak function prototype indentation for consistency.
1 parent 3465113 commit 255ed90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/fdwhandler.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -622,10 +622,10 @@ ExecForeignInsert(EState *estate,
622622
<programlisting>
623623
TupleTableSlot **
624624
ExecForeignBatchInsert(EState *estate,
625-
ResultRelInfo *rinfo,
626-
TupleTableSlot **slots,
627-
TupleTableSlot **planSlots,
628-
int *numSlots);
625+
ResultRelInfo *rinfo,
626+
TupleTableSlot **slots,
627+
TupleTableSlot **planSlots,
628+
int *numSlots);
629629
</programlisting>
630630

631631
Insert multiple tuples in bulk into the foreign table.

0 commit comments

Comments
 (0)