From 11180a5015e9c6299ee732fa587b3a8bc6dca6b2 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Mon, 18 Mar 2019 13:32:41 -0700 Subject: [PATCH] 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 --- doc/src/sgml/fdwhandler.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, - 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 erm->markType, which is the value previously returned by GetForeignRowMarkType. -- 2.30.2