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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user