From: Etsuro Fujita Date: Wed, 25 Aug 2021 04:00:00 +0000 (+0900) Subject: Doc: Tweak function prototype indentation for consistency. X-Git-Tag: REL_15_BETA1~1628 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=255ed90fd260061b4261569151539068be262b51;p=thirdparty%2Fpostgresql.git Doc: Tweak function prototype indentation for consistency. --- diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index c21fe67eb7a..dbf5dd3d15a 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -622,10 +622,10 @@ ExecForeignInsert(EState *estate, TupleTableSlot ** ExecForeignBatchInsert(EState *estate, - ResultRelInfo *rinfo, - TupleTableSlot **slots, - TupleTableSlot **planSlots, - int *numSlots); + ResultRelInfo *rinfo, + TupleTableSlot **slots, + TupleTableSlot **planSlots, + int *numSlots); Insert multiple tuples in bulk into the foreign table.