Fix the error hint message and test for reset_shared with unknown stats type

From: Maksim Logvinenko <logvinenko-ms(at)yandex(dot)ru>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix the error hint message and test for reset_shared with unknown stats type
Date: 2026-04-28 15:13:11
Message-ID: 433431777389005@mail.yandex.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

<div><div><div>Hi hackers,</div><div> </div><div>The errhint() in pg_stat_reset_shared() were missing the fact that recently added in [1] new lock stats kind.</div><div>The patch fixes error hint message and regress test for reset_shared with unknown stats type.</div><div> </div><div>[1]: https://www.postgresql.org/message-id/aIyNxBWFCybgBZBS%40ip-10-97-1-34.eu-west-3.compute.internal</div><div> </div><div>Best regards,</div><div>Maksim Logvinenko</div><div>Postgres Professional: http://postgrespro.com</div></div></div>

Attachment Content-Type Size
unknown_filename text/html 532 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maksim Logvinenko 2026-04-28 15:18:21 Re: Fix the error hint message and test for reset_shared with unknown stats type
Previous Message Ashutosh Bapat 2026-04-28 15:05:11 Re: [Patch]Add Graph* node support to expression_tree_mutator