projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e703d6
)
Fix pointer type in ExecForeignBatchInsert SGML docs
author
Tomas Vondra
<
[email protected]
>
Wed, 17 Feb 2021 23:01:21 +0000
(
00:01
+0100)
committer
Tomas 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/fdwhandler.sgml
b/doc/src/sgml/fdwhandler.sgml
index 854913ae5fc94f69327d42a2687a1c7a90957a4c..2e73d296d24bcdd8473d6e71ee9160d05fc54449 100644
(file)
--- 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);
</programlisting>