> 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@paquier.xyz]
Sent: Wednesday, March 13, 2019 1:02 PM
To: Zhang, Jie/张 杰 <zhangjie2@cn.fujitsu.com>
Cc: pgsql-hackers@postgresql.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
intothe provided slot, no?
--
Michael