1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +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 445d262852
commit 35419aeb83
2 changed files with 99 additions and 0 deletions

View File

@ -121,6 +121,11 @@ extern char *output_files[];
*/
#define LARGE_OBJECT_SIZE_PG_CONTROL_VER 942
/*
* change in JSONB format during 9.4 beta
*/
#define JSONB_FORMAT_CHANGE_CAT_VER 201409291
/*
* Each relation is represented by a relinfo structure.
*/