Re: [PATCH] XLogReadRecord returns pointer to currently read page - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] XLogReadRecord returns pointer to currently read page
Date
Msg-id 20181120235028.GA1951@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] XLogReadRecord returns pointer to currently read page  (Andrey Lepikhov <a.lepikhov@postgrespro.ru>)
List pgsql-hackers
On Tue, Nov 20, 2018 at 06:37:36AM +0500, Andrey Lepikhov wrote:
> On 20.11.2018 6:30, Michael Paquier wrote:
>> Yeah, this one is not entirely true now.  What about the following
>> instead:
>> -   /* Buffer for current ReadRecord result (expandable) */
>> +   /*
>> +    * Buffer for current ReadRecord result (expandable), used when a record
>> +    * crosses a page boundary.
>> +    */
>
> I agree

Okay, I have committed this version, after checking that there were no
other spots.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: A small tweak to some comments for PartitionKeyData
Next
From: Michael Paquier
Date:
Subject: Re: CF app feature request