Re: Fix pg_get_multixact_stats() members_size calculation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, nagnrik(at)gmail(dot)com
Subject: Re: Fix pg_get_multixact_stats() members_size calculation
Date: 2026-05-26 04:53:10
Message-ID: ahUnNmY1KR0RhWgX@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-05-26 05:17:25 Re: Fix pg_get_multixact_stats() members_size calculation
Previous Message shveta malik 2026-05-26 04:36:24 Re: [PATCH] Release replication slot on error in SQL-callable slot functions