1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

pg_upgrade: have pg_upgrade fail for old 9.4 JSONB format

Backpatch through 9.4
This commit is contained in:
Bruce Momjian
2014-09-29 20:19:59 -04:00
parent f6b7d4fbbb
commit 6f1310024d
2 changed files with 100 additions and 0 deletions

View File

@@ -107,6 +107,11 @@ extern char *output_files[];
*/
#define VISIBILITY_MAP_CRASHSAFE_CAT_VER 201107031
/*
* change in JSONB format during 9.4 beta
*/
#define JSONB_FORMAT_CHANGE_CAT_VER 201409291
/*
* pg_multixact format changed in 9.3 commit 0ac5ad5134f2769ccbaefec73844f85,
* ("Improve concurrency of foreign key locking") which also updated catalog