projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7571ce6
)
Fix typos in sgml docs about RefetchForeignRow().
author
Andres Freund
<
[email protected]
>
Mon, 18 Mar 2019 20:32:41 +0000
(13:32 -0700)
committer
Andres Freund
<
[email protected]
>
Mon, 18 Mar 2019 20:32:41 +0000
(13:32 -0700)
I screwed this up in
ad0bda5d24e
.
Reported-By: Jie Zhang, Michael Paquier, Etsuro Fujita
Discussion: https://postgr.es/m/
1396E95157071C4EBBA51892C5368521017F2DA203
@G08CNEXMBPEKD02.g08.fujitsu.local
doc/src/sgml/fdwhandler.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/fdwhandler.sgml
b/doc/src/sgml/fdwhandler.sgml
index 81c12e36cd49758813b9349fd4c9e966bf82592c..2c07a866372c9ef629edec7d374f165bfcd541b6 100644
(file)
--- a/
doc/src/sgml/fdwhandler.sgml
+++ b/
doc/src/sgml/fdwhandler.sgml
@@
-1010,7
+1010,7
@@
RefetchForeignRow(EState *estate,
</para>
<para>
- This function should store the tuple into the provided
, or clear it if
if
+ This function should store the tuple into the provided
slot, or clear it
if
the row lock couldn't be obtained. The row lock type to acquire is
defined by <literal>erm->markType</literal>, which is the value
previously returned by <function>GetForeignRowMarkType</function>.