mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03: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:
@ -1010,7 +1010,7 @@ RefetchForeignRow(EState *estate,
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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
|
the row lock couldn't be obtained. The row lock type to acquire is
|
||||||
defined by <literal>erm->markType</literal>, which is the value
|
defined by <literal>erm->markType</literal>, which is the value
|
||||||
previously returned by <function>GetForeignRowMarkType</function>.
|
previously returned by <function>GetForeignRowMarkType</function>.
|
||||||
|
Reference in New Issue
Block a user