Re: BUG #16931: source code problem about commit_ts - Mailing list pgsql-bugs

From Fujii Masao
Subject Re: BUG #16931: source code problem about commit_ts
Date
Msg-id a92a5d4f-4167-22fd-2aa4-3642df5cf978@oss.nttdata.com
Whole thread Raw
In response to Re: BUG #16931: source code problem about commit_ts  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-bugs

On 2021/04/10 7:42, Alvaro Herrera wrote:
> On 2021-Mar-24, Fujii Masao wrote:
> 
>> diff --git a/src/backend/access/rmgrdesc/committsdesc.c b/src/backend/access/rmgrdesc/committsdesc.c
>> index 7ebd3d35ef..26bad44b96 100644
>> --- a/src/backend/access/rmgrdesc/committsdesc.c
>> +++ b/src/backend/access/rmgrdesc/committsdesc.c
>> @@ -38,31 +38,6 @@ commit_ts_desc(StringInfo buf, XLogReaderState *record)
>>           appendStringInfo(buf, "pageno %d, oldestXid %u",
>>                            trunc->pageno, trunc->oldestXid);
>>       }
>> -    else if (info == COMMIT_TS_SETTS)
> 
> You have not pushed this one, right?  I think we should do it now.

Thanks for the ping! Pushed!

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



pgsql-bugs by date:

Previous
From: sadaqat
Date:
Subject: Re: BUG #16957: initdb.exe initialize a database cluster has stopped working
Next
From: PG Bug reporting form
Date:
Subject: BUG #16959: Unnesting null from string_to_array silently removes whole rows from result