From: Michael Paquier Date: Mon, 30 Sep 2024 05:52:03 +0000 (+0900) Subject: Bump catalog version for change in VariableSetStmt X-Git-Tag: REL_18_BETA1~1827 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=4c7cd07aa62abc29e6885e95b5307e5e08bb3bf7;p=postgresql.git 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 --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 7656714b701..3c89b70f9e4 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202409301 +#define CATALOG_VERSION_NO 202409302 #endif