aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-09-30 14:52:03 +0900
committerMichael Paquier <michael@paquier.xyz>2024-09-30 14:52:03 +0900
commit4c7cd07aa62abc29e6885e95b5307e5e08bb3bf7 (patch)
tree87c6a2eaeaa03e0f7a8357a77306d2b90da21e2a /src
parentdc68515968e80d75f8106d0df05da346be537628 (diff)
downloadpostgresql-4c7cd07aa62abc29e6885e95b5307e5e08bb3bf7.tar.gz
postgresql-4c7cd07aa62abc29e6885e95b5307e5e08bb3bf7.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
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