Re: pg_stat_statements: Add `calls_aborted` counter for tracking query cancellations

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Sami Imseih <samimseih(at)gmail(dot)com>
Cc: Julien Rouhaud <rjuju123(at)gmail(dot)com>, Benoit Tigeot <benoit(dot)tigeot(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_stat_statements: Add `calls_aborted` counter for tracking query cancellations
Date: 2025-08-19 00:20:23
Message-ID: aKPDRwIb9hedgHzB@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 18, 2025 at 03:10:42PM -0500, Sami Imseih wrote:
> I agree, but I think it's time to start thinking about splitting
> pg_stat_statements into multiple functions. This was recently
> discussed [0]

Yes, no idea for other people, but I'm putting a stop to new additions
until we've split the SQL facing interface a bit, removing some bloat
from the main pgss view. So says the guy who has just bumped pgss to
1.13 a couple of weeks ago, so it sounds a bit metaphoric.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-08-19 00:28:12 Re: make -C src/test/isolation failure in index-killtuples due to btree_gist
Previous Message Noah Misch 2025-08-19 00:14:36 Re: A few patches to clarify snapshot management