Skip to content

Commit 8b89537

Browse files
committed
Finish reverting 3eda9fc.
Commit 67c33a1 should have set v14's catversion back to what it was before 3eda9fc, 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
1 parent e66add7 commit 8b89537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 202109031
56+
#define CATALOG_VERSION_NO 202107181
5757

5858
#endif

0 commit comments

Comments
 (0)