pgsql: Bump catalog version for change in VariableSetStmt

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Bump catalog version for change in VariableSetStmt
Date: 2024-09-30 05:52:37
Message-ID: E1sv9Km-001Wl7-VT@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bump catalog version for change in VariableSetStmt

Oversight in dc68515968e8, as this breaks SQL functions with a SET
command.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/1364409.1727673407@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c7cd07aa62abc29e6885e95b5307e5e08bb3bf7

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-09-30 09:59:36 pgsql: Don't disallow DROP of constraints ONLY on partitioned tables
Previous Message Michael Paquier 2024-09-30 05:27:13 Re: pgsql: Show values of SET statements as constants in pg_stat_statements