index c21fe67eb7a68f479f9cc9a9aab322c2f0bf9a27..dbf5dd3d15a412fb45d65597061927ab09b71fda 100644 (file)
<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.