Re: Bug in pg_stat_statements

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Sami Imseih <samimseih(at)gmail(dot)com>
Cc: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Konstantin Knizhnik <knizhnik(at)garret(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Bug in pg_stat_statements
Date: 2025-10-29 11:36:55
Message-ID: 202510291135.im73mcofuvkl@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Oct-28, Sami Imseih wrote:

> getting rid of last_loc makes sense because the list is sorted. I like
> this, definitely cleaner.
>
> One minor comment is to change is to remove the "let's save it" but
> in the comments, as we are no longer saving a last_loc.

Ah, yeah, that's a good change. I have pushed it now.

Thanks!

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"Entristecido, Wutra (canción de Las Barreras)
echa a Freyr a rodar
y a nosotros al mar"

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2025-10-29 11:40:34 Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Previous Message Rahila Syed 2025-10-29 11:32:48 Re: Extend injection_points_attach() to accept a user-defined function