Skip to content

Commit 11180a5

Browse files
committed
Fix typos in sgml docs about RefetchForeignRow().
I screwed this up in ad0bda5. Reported-By: Jie Zhang, Michael Paquier, Etsuro Fujita Discussion: https://postgr.es/m/1396E95157071C4EBBA51892C5368521017F2DA203@G08CNEXMBPEKD02.g08.fujitsu.local
1 parent 7571ce6 commit 11180a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/fdwhandler.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ RefetchForeignRow(EState *estate,
10101010
</para>
10111011

10121012
<para>
1013-
This function should store the tuple into the provided, or clear it if if
1013+
This function should store the tuple into the provided slot, or clear it if
10141014
the row lock couldn't be obtained. The row lock type to acquire is
10151015
defined by <literal>erm-&gt;markType</literal>, which is the value
10161016
previously returned by <function>GetForeignRowMarkType</function>.

0 commit comments

Comments
 (0)