git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e703d6)
Fix pointer type in ExecForeignBatchInsert SGML docs
2021年2月17日 23:01:21 +0000 (00:01 +0100)
2021年2月17日 23:03:41 +0000 (00:03 +0100)
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 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>
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /