From: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
---|---|
To: | Andy Fan <zhihuifan1213(at)163(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, zoulx1982(at)163(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #16931: source code problem about commit_ts |
Date: | 2025-07-02 08:44:30 |
Message-ID: | 873d332a-9609-4a1a-bb01-0344e2542575@oss.nttdata.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 2025/07/02 10:42, Andy Fan wrote:
> Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> writes:
>
> Hi,
>
>> 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!
>
> Did this commit(08aa89b326261b669648df97d4f2a6edba22d26a) forget to
> remove struct xl_commit_ts_set?
You're right. I seem to have overlooked that.
> After it, there is no reference to
> xl_commit_ts_set. So Is it better clean them as well?
Agreed, the patch looks good to me. Unless there are objections,
I'll go ahead and commit it. While this could be considered an oversight
in the original commit, it's not a bug fix, so I plan to apply it
only to the master branch.
Regards,
--
Fujii Masao
NTT DATA Japan Corporation
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2025-07-02 13:49:50 | Re: BUG #18975: PostgreSQL server doesn't process SQL request correctly over Windows replica of Linux server |
Previous Message | Sergei Kornilov | 2025-07-02 07:44:51 | Re: BUG #18974: Postgresql repeatable crash after pg_upgrade from 15 to 17.5 version in postgresql_fdw queries |