Re: BUG #16931: source code problem about commit_ts

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: zoulx1982(at)163(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16931: source code problem about commit_ts
Date: 2021-04-11 15:09:45
Message-ID: a92a5d4f-4167-22fd-2aa4-3642df5cf978@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-04-11 23:50:01 BUG #16959: Unnesting null from string_to_array silently removes whole rows from result
Previous Message sadaqat 2021-04-11 10:34:43 Re: BUG #16957: initdb.exe initialize a database cluster has stopped working