Re: pgsql: Show values of SET statements as constants in pg_stat_statements

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Show values of SET statements as constants in pg_stat_statements
Date: 2024-09-30 05:27:13
Message-ID: Zvo2sc8hace1aMkz@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Sep 30, 2024 at 01:16:47AM -0400, Tom Lane wrote:
> Shouldn't this have included a catversion bump? The parsenodes.h
> change would for example break new-style SQL functions that include
> a SET command. Probably a narrow use-case, but still.

Hmm, yeah. I was wondering if I needed a bump, but forgot about that.
Thanks.
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-09-30 05:52:37 pgsql: Bump catalog version for change in VariableSetStmt
Previous Message Tom Lane 2024-09-30 05:16:47 Re: pgsql: Show values of SET statements as constants in pg_stat_statements