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:
8c95416
)
Fix catversion
author
Joe Conway
<mail@joeconway.com>
Sat, 19 Nov 2022 22:55:52 +0000
(17:55 -0500)
committer
Joe Conway
<mail@joeconway.com>
Sat, 19 Nov 2022 22:55:52 +0000
(17:55 -0500)
Commit
2fb6154fc
didn't quite get the catversion correct per usual
norms. Fix it. Reported by Rishu Bagga.
src/include/catalog/catversion.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catversion.h
b/src/include/catalog/catversion.h
index b3a57136b755fed182b4518330e65786032db870..775e3a5db5f4a4d9b91015b2bafc0ee2eb80a797 100644
(file)
--- a/
src/include/catalog/catversion.h
+++ b/
src/include/catalog/catversion.h
@@
-57,6
+57,6
@@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 202211
82
1
+#define CATALOG_VERSION_NO 202211
18
1
#endif