[PATCH] remove repetitive characters in fdwhandler.sgml
"Zhang, Jie" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <1396E95157071C4EBBA51892C5368521017F2D921A@G08CNEXMBPEKD02.g08.fujitsu.local> |
Hi all,
Here is a tiny patch removing repetitive characters [if] in fdwhandler.sgml.
Page: https://github.com/postgres/postgres/blob/master/doc/src/sgml/fdwhandler.sgml
---------------------------------------------------------------------------
<para>
This function should store the tuple into the provided, or clear it if if★ The characters [if] is repeated.
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>.
(<literal>ROW_MARK_REFERENCE</literal> means to just re-fetch the tuple
without acquiring any lock, and <literal>ROW_MARK_COPY</literal> will
never be seen by this routine.)
</para>
----------------------------------------------------------------------------
Best Regards!
fdwhandler_sgml.patch
(application/octet-stream, 633 B)
diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
index 81c12e3..b66b9d4 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, 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>.