projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc68515
)
Bump catalog version for change in VariableSetStmt
author
Michael Paquier
<
[email protected]
>
Mon, 30 Sep 2024 05:52:03 +0000
(14:52 +0900)
committer
Michael Paquier
<
[email protected]
>
Mon, 30 Sep 2024 05:52:03 +0000
(14:52 +0900)
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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index 7656714b701b6ccd7f52a2c02ef79530c5e7fbb4..3c89b70f9e43b2daa31e3973f70bfe052720ea51 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-57,6
+57,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 20240930
1
+#define CATALOG_VERSION_NO 20240930
2
#endif