1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Bump catalog version for change in VariableSetStmt

Oversight in dc68515968, as this breaks SQL functions with a SET
command.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/1364409.1727673407@sss.pgh.pa.us
This commit is contained in:
Michael Paquier
2024-09-30 14:52:03 +09:00
parent dc68515968
commit 4c7cd07aa6

View File

@ -57,6 +57,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 202409301
#define CATALOG_VERSION_NO 202409302
#endif