projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3465113
)
Doc: Tweak function prototype indentation for consistency.
author
Etsuro Fujita
<efujita@postgresql.org>
Wed, 25 Aug 2021 04:00:00 +0000
(13:00 +0900)
committer
Etsuro Fujita
<efujita@postgresql.org>
Wed, 25 Aug 2021 04:00:00 +0000
(13:00 +0900)
doc/src/sgml/fdwhandler.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/fdwhandler.sgml
b/doc/src/sgml/fdwhandler.sgml
index c21fe67eb7a68f479f9cc9a9aab322c2f0bf9a27..dbf5dd3d15a412fb45d65597061927ab09b71fda 100644
(file)
--- a/
doc/src/sgml/fdwhandler.sgml
+++ b/
doc/src/sgml/fdwhandler.sgml
@@
-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.