RE: [PATCH] remove repetitive characters in fdwhandler.sgml

From: "Zhang, Jie" <zhangjie2(at)cn(dot)fujitsu(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: [PATCH] remove repetitive characters in fdwhandler.sgml
Date: 2019-03-13 05:43:04
Message-ID: 1396E95157071C4EBBA51892C5368521017F2DA813@G08CNEXMBPEKD02.g08.fujitsu.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> This function should store the tuple into the provided slot, no?

Yes, this modification is easier to understand.

-----Original Message-----
From: Michael Paquier [mailto:michael(at)paquier(dot)xyz]
Sent: Wednesday, March 13, 2019 1:02 PM
To: Zhang, Jie/张 杰 <zhangjie2(at)cn(dot)fujitsu(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] remove repetitive characters in fdwhandler.sgml

On Tue, Mar 12, 2019 at 01:37:04AM +0000, Zhang, Jie wrote:
> Here is a tiny patch removing repetitive characters [if] in fdwhandler.sgml.

<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

The typo is clear, however the formulation of the full sentence is confusing. This function should store the tuple into the provided slot, no?
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2019-03-13 05:52:41 Re: [HACKERS] Block level parallel vacuum
Previous Message Amit Langote 2019-03-13 05:15:24 Re: BUG #15668: Server crash in transformPartitionRangeBounds