Re: pg_stat_statements: add missing tests for nesting_level

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Alexander Lakhin <exclusion(at)gmail(dot)com>
Cc: Sami Imseih <samimseih(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_stat_statements: add missing tests for nesting_level
Date: 2026-01-29 01:25:13
Message-ID: aXq2-fzu7tVpzgZd@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jan 25, 2026 at 04:41:22PM +0900, Michael Paquier wrote:
> Reproduced here. That was trickier than it looks. A trick with
> debug_discard_caches cannot help, because with a CLOBBER_CACHE_ALWAYS
> build we would still do a GetCachedPlan() -> RevalidateCachedQuery()
> that goes through the post-parse analyze hook where the query would
> still be normalized, showing up in the output anyway.

It took a couple of days, but avocet has reported back green today:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=avocet&dt=2026-01-28%2001%3A10%3A18

It means that we should be good now.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-01-29 01:27:29 Re: LLVM 22
Previous Message Tom Lane 2026-01-29 01:24:19 Re: ERROR: failed to find conversion function from unknown to text