Skip to content

Commit 4c7cd07

Browse files
committed
Bump catalog version for change in VariableSetStmt
Oversight in dc68515, as this breaks SQL functions with a SET command. Reported-by: Tom Lane Discussion: https://postgr.es/m/1364409.1727673407@sss.pgh.pa.us
1 parent dc68515 commit 4c7cd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
*/
5858

5959
/* yyyymmddN */
60-
#define CATALOG_VERSION_NO 202409301
60+
#define CATALOG_VERSION_NO 202409302
6161

6262
#endif

0 commit comments

Comments
 (0)