Bump catalog version for change in VariableSetStmt
authorMichael Paquier <[email protected]>
Mon, 30 Sep 2024 05:52:03 +0000 (14:52 +0900)
committerMichael Paquier <[email protected]>
Mon, 30 Sep 2024 05:52:03 +0000 (14:52 +0900)
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

src/include/catalog/catversion.h

index 7656714b701b6ccd7f52a2c02ef79530c5e7fbb4..3c89b70f9e43b2daa31e3973f70bfe052720ea51 100644 (file)
@@ -57,6 +57,6 @@
  */
 
 /*                         yyyymmddN */
-#define CATALOG_VERSION_NO 202409301
+#define CATALOG_VERSION_NO 202409302
 
 #endif