Commit 22583ede authored by Etsuro Fujita's avatar Etsuro Fujita

Doc: Tweak function prototype indentation for consistency.

parent d207df71
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment