projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e66add7
)
Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.
author
Tom Lane
Tue, 7 Sep 2021 14:52:25 +0000
(10:52 -0400)
committer
Tom Lane
Tue, 7 Sep 2021 14:52:25 +0000
(10:52 -0400)
Commit
67c33a114
should have set v14's catversion back to what it was
before
3eda9fc09
, to avoid forcing a useless pg_upgrade cycle on users
of 14beta3. Do that now.
Discussion: https://postgr.es/m/
2598498
.
1630702074
@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 490cef62af5d7800d93de4bc7e83e422b37fc9a1..0a4f4abdb3918411bd1442a12ecb83424832e77d 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-53,6
+53,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 20210
903
1
+#define CATALOG_VERSION_NO 20210
718
1
#endif