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:
@ -57,6 +57,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* yyyymmddN */
|
/* yyyymmddN */
|
||||||
#define CATALOG_VERSION_NO 202409301
|
#define CATALOG_VERSION_NO 202409302
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user