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