From: Tomas Vondra Date: Wed, 17 Feb 2021 23:01:21 +0000 (+0100) Subject: Fix pointer type in ExecForeignBatchInsert SGML docs X-Git-Tag: REL_14_BETA1~747 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=c15283ff429bf318f161bf84768795843b22696d;p=postgresql.git Fix pointer type in ExecForeignBatchInsert SGML docs Reported-by: Ian Barwick Discussion: https://postgr.es/m/20200628151002.7x5laxwpgvkyiu3q@development --- diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 854913ae5fc..2e73d296d24 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -619,7 +619,7 @@ TupleTableSlot ** ExecForeignBatchInsert(EState *estate, ResultRelInfo *rinfo, TupleTableSlot **slots, - TupleTableSlot *planSlots, + TupleTableSlot **planSlots, int *numSlots);