mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix pointer type in ExecForeignBatchInsert SGML docs
Reported-by: Ian Barwick Discussion: https://postgr.es/m/20200628151002.7x5laxwpgvkyiu3q@development
This commit is contained in:
parent
4e703d6719
commit
c15283ff42
@ -619,7 +619,7 @@ 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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user