diff options
author | Andres Freund <andres@anarazel.de> | 2019-03-18 13:32:41 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-03-18 13:32:41 -0700 |
commit | 11180a5015e9c6299ee732fa587b3a8bc6dca6b2 (patch) | |
tree | 365506221e873198fbfe6ba4ce59195fb06694c4 /doc/src | |
parent | 7571ce6f11f24594274fd4956bd4d1114eebd485 (diff) | |
download | postgresql-11180a5015e9c6299ee732fa587b3a8bc6dca6b2.tar.gz postgresql-11180a5015e9c6299ee732fa587b3a8bc6dca6b2.zip |
Fix typos in sgml docs about RefetchForeignRow().
I screwed this up in ad0bda5d24e.
Reported-By: Jie Zhang, Michael Paquier, Etsuro Fujita
Discussion: https://postgr.es/m/1396E95157071C4EBBA51892C5368521017F2DA203@G08CNEXMBPEKD02.g08.fujitsu.local
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/fdwhandler.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 81c12e36cd4..2c07a866372 100644 --- 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>. |