From 4c7cd07aa62abc29e6885e95b5307e5e08bb3bf7 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 30 Sep 2024 14:52:03 +0900 Subject: [PATCH] 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 --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 7656714b70..3c89b70f9e 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