Re: Fix comment in xlog.c

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix comment in xlog.c
Date: 2017-06-23 00:37:11
Message-ID: 3c3702c1-87c3-bc23-1dfc-6355a9baf4d1@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2017/06/23 5:44, Alvaro Herrera wrote:
> Amit Langote wrote:
>> Attached a patch for $SUBJECT.
>>
>> - * If RecPtr is not NULL, try to read a record at that position. Otherwise
>> + * If RecPtr is valid, try to read a record at that position. Otherwise
>>
>> Commit 4d6d425ab8d addressed the comment above XLogReadRecord() in
>> xlogreader.c, but missed the same above ReadRecord() in xlog.c.
>>
>> Backpatchable to 9.3, I'd think.
>
> Yeah, fixed, thanks.

And thanks too.

Regards,
Amit

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2017-06-23 00:39:52 Re: shift_sjis_2004 related autority files are remaining
Previous Message Amit Langote 2017-06-23 00:35:55 Re: Beta 10 parser error for CREATE STATISTICS IF NOT EXISTS