Re: Fix pg_get_multixact_stats() members_size calculation - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix pg_get_multixact_stats() members_size calculation
Date
Msg-id ahUnNmY1KR0RhWgX@paquier.xyz
Whole thread
In response to Re: Fix pg_get_multixact_stats() members_size calculation  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Fix pg_get_multixact_stats() members_size calculation
List pgsql-hackers
On Mon, May 25, 2026 at 05:30:25PM +0900, Michael Paquier wrote:
> Surprising it is.  I'll double-check tomorrow.  Thanks.

The test on HEAD was a bit incorrect; it included three checks based
on offsets that did not make sense as the value is not reported in the
function.  I guess that this was just an incorrect rebase, that we've
missed when the patch got merged.

There was also a typo in the test, which I have fixed while on it.

Done as of 6aa26be288fa.  Thanks.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: [PATCH] Release replication slot on error in SQL-callable slot functions
Next
From: Chao Li
Date:
Subject: Re: Fix pg_get_multixact_stats() members_size calculation