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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "Zhang, Jie" <zhangjie2(at)cn(dot)fujitsu(dot)com>
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:02:24
Message-ID: 20190313050224.GS13812@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-03-13 05:03:31 Re: pgsql: Add support for hyperbolic functions, as well as log10().
Previous Message Matsumura, Ryo 2019-03-13 04:35:48 RE: ECPG regression with DECLARE STATEMENT support