Re: 回复:Fix missing initialization of delayChkptEnd

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: mengjuan(dot)cmj(at)alibaba-inc(dot)com
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, robertmhaas(at)gmail(dot)com
Subject: Re: 回复:Fix missing initialization of delayChkptEnd
Date: 2023-06-06 06:13:14
Message-ID: 20230606.151314.86154200869303267.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Good catch!

At Tue, 06 Jun 2023 00:39:47 +0800, "蔡梦娟(玊于)" <mengjuan(dot)cmj(at)alibaba-inc(dot)com> wrote in
> Hi, all. I updated the patch for this bugfix, the previous one
> missed the modification of function InitAuxiliaryProcess, please
> check the new patch.

After a quick check through the 14 tree, then compaing with the
corresponding parts of 15, it hit me that ProcArrayClearTransaction()
needs an assertion on the variable. Other than that, the patch looks
good to me.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2023-06-06 07:56:42 Re: Add support for AT LOCAL
Previous Message Wei Wang (Fujitsu) 2023-06-06 06:01:33 RE: Support logical replication of DDLs