1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Finish reverting 3eda9fc09f.

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
This commit is contained in:
Tom Lane
2021-09-07 10:52:25 -04:00
parent e66add755d
commit 8b895374cd

View File

@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 202109031
#define CATALOG_VERSION_NO 202107181
#endif