mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 13:12:58 -04:00
Fix typos in sgml docs about RefetchForeignRow().
I screwed this up in ad0bda5d24.
Reported-By: Jie Zhang, Michael Paquier, Etsuro Fujita
Discussion: https://postgr.es/m/1396E95157071C4EBBA51892C5368521017F2DA203@G08CNEXMBPEKD02.g08.fujitsu.local
This commit is contained in:
parent
7571ce6f11
commit
11180a5015
1 changed files with 1 additions and 1 deletions
|
|
@ -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>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue