Commit 99ce446a authored by Peter Eisentraut's avatar Peter Eisentraut

pg_upgrade: Remove more dead code

related to 6ce6a618Reported-by: default avatarChristoph Berg <myon@debian.org>
parent e86ac70d
...@@ -95,10 +95,12 @@ extern char *output_files[]; ...@@ -95,10 +95,12 @@ extern char *output_files[];
#endif #endif
/* OID system catalog preservation added during PG 9.0 development */ /*
#define TABLE_SPACE_SUBDIRS_CAT_VER 201001111 * postmaster/postgres -b (binary_upgrade) flag added during PG 9.1
/* postmaster/postgres -b (binary_upgrade) flag added during PG 9.1 development */ * development
*/
#define BINARY_UPGRADE_SERVER_FLAG_CAT_VER 201104251 #define BINARY_UPGRADE_SERVER_FLAG_CAT_VER 201104251
/* /*
* Visibility map changed with this 9.2 commit, * Visibility map changed with this 9.2 commit,
* 8f9fe6edce358f7904e0db119416b4d1080a83aa; pick later catalog version. * 8f9fe6edce358f7904e0db119416b4d1080a83aa; pick later catalog version.
...@@ -109,6 +111,7 @@ extern char *output_files[]; ...@@ -109,6 +111,7 @@ extern char *output_files[];
* The format of visibility map is changed with this 9.6 commit, * The format of visibility map is changed with this 9.6 commit,
*/ */
#define VISIBILITY_MAP_FROZEN_BIT_CAT_VER 201603011 #define VISIBILITY_MAP_FROZEN_BIT_CAT_VER 201603011
/* /*
* pg_multixact format changed in 9.3 commit 0ac5ad5134f2769ccbaefec73844f85, * pg_multixact format changed in 9.3 commit 0ac5ad5134f2769ccbaefec73844f85,
* ("Improve concurrency of foreign key locking") which also updated catalog * ("Improve concurrency of foreign key locking") which also updated catalog
...@@ -128,6 +131,7 @@ extern char *output_files[]; ...@@ -128,6 +131,7 @@ extern char *output_files[];
*/ */
#define JSONB_FORMAT_CHANGE_CAT_VER 201409291 #define JSONB_FORMAT_CHANGE_CAT_VER 201409291
/* /*
* Each relation is represented by a relinfo structure. * Each relation is represented by a relinfo structure.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment