projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ac88fd
)
Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a08a.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 27 Jul 2022 20:18:21 +0000
(16:18 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 27 Jul 2022 20:18:21 +0000
(16:18 -0400)
The catalog contents haven't changed, but it's good to make clear
that initdb is required. Changing RELMAPPER_FILEMAGIC would be more
appropriate, but that doesn't actually produce a useful diagnostic,
so cheat by doing this instead.
Discussion: http://postgr.es/m/
20220727171939
.6ixixqcjt5riil2o@alvherre.pgsql
src/include/catalog/catversion.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index 90379e05cbc7416f74449eadac4477366bc9245e..988f6e40033d4b8f5d3e5427becbe9b989cc8342 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-57,6
+57,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 2022072
1
1
+#define CATALOG_VERSION_NO 2022072
7
1
#endif