projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd496ee
)
Perform missed catversion bump
author
Daniel Gustafsson
<
[email protected]
>
Wed, 9 Apr 2025 07:29:12 +0000
(09:29 +0200)
committer
Daniel Gustafsson
<
[email protected]
>
Wed, 9 Apr 2025 07:29:12 +0000
(09:29 +0200)
Commit
c57971034e69ca
renamed an argument for a function but missed
to bump the catversion to reflect this.
Reported-by: David Rowley <
[email protected]
>
Discussion: https://postgr.es/m/CAApHDvqOega=dPtu3h2C5fJWJEuaGCMDib_sVfhKQqgUNJVmFA@mail.gmail.com
src/include/catalog/catversion.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index 18a1284cf518dc5ae2a458427227830216870837..3cb695d233cdc80e528fda043bc50e1368fb6cc2 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-57,6
+57,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 2025040
73
+#define CATALOG_VERSION_NO 2025040
91
#endif