Re: Fix for consume_xids advancing XIDs incorrectly - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix for consume_xids advancing XIDs incorrectly
Date
Msg-id aV8LVq8J7G1cxeAO@paquier.xyz
Whole thread Raw
In response to Re: Fix for consume_xids advancing XIDs incorrectly  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
On Thu, Oct 31, 2024 at 11:53:34AM -0700, Masahiko Sawada wrote:
> I think it's better to just replace 2000 with 4000 and explain why
> 4000 is sufficient. Probably we can define '#define
> XID_SHORTCUT_THRESHOLD 4000" and put an assertion to XidSkip() or
> consume_xids_common() to check if the number of consumed XIDs doesn't
> exceed XID_SHORTCUT_THRESHOLD.

The patch has not been updated in some time, for what I am tracking is
still a bug.  Sawada-san, Ogiwara-san does not seem to be around,
could it be possible for you to step in and fix the problems of this
thread?  It's been more than one year since the last update on this
thread.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Japin Li
Date:
Subject: Re: [PATCH] Add pg_get_role_ddl() functions for role recreation
Next
From: Masahiko Sawada
Date:
Subject: Re: Refactor replication origin state reset helpers