Fix pointer type in ExecForeignBatchInsert SGML docs
authorTomas Vondra <[email protected]>
Wed, 17 Feb 2021 23:01:21 +0000 (00:01 +0100)
committerTomas Vondra <[email protected]>
Wed, 17 Feb 2021 23:03:41 +0000 (00:03 +0100)
Reported-by: Ian Barwick
Discussion: https://postgr.es/m/20200628151002.7x5laxwpgvkyiu3q@development

doc/src/sgml/fdwhandler.sgml

index 854913ae5fc94f69327d42a2687a1c7a90957a4c..2e73d296d24bcdd8473d6e71ee9160d05fc54449 100644 (file)
@@ -619,7 +619,7 @@ TupleTableSlot **
 ExecForeignBatchInsert(EState *estate,
                   ResultRelInfo *rinfo,
                   TupleTableSlot **slots,
-                  TupleTableSlot *planSlots,
+                  TupleTableSlot **planSlots,
                   int *numSlots);
 </programlisting>