[PATCH] remove repetitive characters in fdwhandler.sgml

From: "Zhang, Jie" <zhangjie2(at)cn(dot)fujitsu(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: "Zhang, Jie" <zhangjie2(at)cn(dot)fujitsu(dot)com>
Subject: [PATCH] remove repetitive characters in fdwhandler.sgml
Date: 2019-03-12 01:37:04
Message-ID: 1396E95157071C4EBBA51892C5368521017F2DA203@G08CNEXMBPEKD02.g08.fujitsu.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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-&gt;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!

Attachment Content-Type Size
fdwhandler_sgml.patch application/octet-stream 633 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jamison, Kirk 2019-03-12 01:37:37 RE: pg_upgrade: Pass -j down to vacuumdb
Previous Message Jeff Davis 2019-03-12 01:32:10 Re: Special role for subscriptions