Doc: Tweak function prototype indentation for consistency.
authorEtsuro Fujita <efujita@postgresql.org>
Wed, 25 Aug 2021 04:00:00 +0000 (13:00 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Wed, 25 Aug 2021 04:00:00 +0000 (13:00 +0900)
doc/src/sgml/fdwhandler.sgml

index c21fe67eb7a68f479f9cc9a9aab322c2f0bf9a27..dbf5dd3d15a412fb45d65597061927ab09b71fda 100644 (file)
@@ -622,10 +622,10 @@ ExecForeignInsert(EState *estate,
 <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.