Re: Improve pg_stat_statements scalability

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: samimseih(at)gmail(dot)com, lukas(at)fittl(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Improve pg_stat_statements scalability
Date: 2026-07-16 04:34:58
Message-ID: alhfcTBISTLWpAQy@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 16, 2026 at 01:22:40PM +0900, Kyotaro Horiguchi wrote:
> Similarly, the context flag is not intended to prevent every developer
> mistake. Rather, it makes the changed callback contract explicit, so
> extensions implementing custom stats kinds are forced to revisit their
> callbacks instead of silently assuming the previous semantics.

+1.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-07-16 04:45:41 Re: Support EXCEPT for TABLES IN SCHEMA publications
Previous Message Michael Paquier 2026-07-16 04:33:50 Re: [PATCH] The heap_getsysattr function deletes unused parameters