Re: lastOverflowedXid does not handle transaction ID wraparound - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: lastOverflowedXid does not handle transaction ID wraparound
Date
Msg-id CAPpHfdvV4C+6a_FJBAnzE8DTcVEdOPYNq0z5nKJGwqd8mzsZZg@mail.gmail.com
Whole thread Raw
In response to Re: lastOverflowedXid does not handle transaction ID wraparound  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: lastOverflowedXid does not handle transaction ID wraparound
List pgsql-hackers
Hi!

On Fri, Nov 5, 2021 at 10:31 AM Kyotaro Horiguchi
<horikyota.ntt@gmail.com> wrote:
> At Thu, 4 Nov 2021 01:07:05 +0300, Alexander Korotkov <aekorotkov@gmail.com> wrote in
> > On Wed, Nov 3, 2021 at 8:51 PM Simon Riggs <simon.riggs@enterprisedb.com> wrote:
> > > It is however, an undocumented modularity violation. I think that is
> > > acceptable because of the ProcArrayLock traffic, but needs to have a
> > > comment to explain this at the call to
> > > ExpireOldKnownAssignedTransactionIds() i.e. " and potentially reset
> > > lastOverflowedXid", as well as a comment on the
> > > ExpireOldKnownAssignedTransactionIds() function.
> >
> > Thank you for your feedback.  Please find the revised patch attached.
> > It incorporates this function comment changes altogether with minor
> > editings and commit message. Let me know if you have further
> > suggestions.
> >
> > I'm going to push this if no objections.
>
> Thanks for taking a look on and refining this, Simon and Alex!  (while
> I was sick in bed X:)
>
> It looks good to me except the commit Author doesn't contain the name
> of Alexander Korotkov?

Thank you for the suggestion.  And thanks to everybody for the feedback.
Pushed!

------
Regards,
Alexander Korotkov



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: GiST operator class for bool
Next
From: Tomas Vondra
Date:
Subject: Re: Commitfest 2021-11 Patch Triage - Part 1