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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
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:16:47
Message-ID: 1364409.1727673407@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Paquier <michael(at)paquier(dot)xyz> writes:
> Show values of SET statements as constants in pg_stat_statements

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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-09-30 05:27:13 Re: pgsql: Show values of SET statements as constants in pg_stat_statements
Previous Message Michael Paquier 2024-09-30 05:02:28 pgsql: Show values of SET statements as constants in pg_stat_statements