[PATCH] remove repetitive characters in fdwhandler.sgml
Zhang, Jie <zhangjie2@cn.fujitsu.com>
From: "Zhang, Jie" <zhangjie2@cn.fujitsu.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Cc: "Zhang, Jie" <zhangjie2@cn.fujitsu.com>
Date: 2019-03-12T01:37:04Z
Lists: pgsql-hackers
Attachments
- fdwhandler_sgml.patch (application/octet-stream) patch
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!
Commits
-
Fix typos in sgml docs about RefetchForeignRow().
- 11180a5015e9 12.0 landed