mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix catversion
Commit 2fb6154fc didn't quite get the catversion correct per usual
norms. Fix it. Reported by Rishu Bagga.
This commit is contained in:
parent
8c954168cf
commit
ed1d3132d2
1 changed files with 1 additions and 1 deletions
|
|
@ -57,6 +57,6 @@
|
|||
*/
|
||||
|
||||
/* yyyymmddN */
|
||||
#define CATALOG_VERSION_NO 202211821
|
||||
#define CATALOG_VERSION_NO 202211181
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue