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