diff options
Diffstat (limited to 'src/bin/pg_upgrade/pg_upgrade.h')
| -rw-r--r-- | src/bin/pg_upgrade/pg_upgrade.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/bin/pg_upgrade/pg_upgrade.h b/src/bin/pg_upgrade/pg_upgrade.h index ca0795f68f..235a770026 100644 --- a/src/bin/pg_upgrade/pg_upgrade.h +++ b/src/bin/pg_upgrade/pg_upgrade.h @@ -89,19 +89,7 @@ extern char *output_files[]; /* - * postmaster/postgres -b (binary_upgrade) flag added during PG 9.1 - * development - */ -#define BINARY_UPGRADE_SERVER_FLAG_CAT_VER 201104251 - -/* - * Visibility map changed with this 9.2 commit, - * 8f9fe6edce358f7904e0db119416b4d1080a83aa; pick later catalog version. - */ -#define VISIBILITY_MAP_CRASHSAFE_CAT_VER 201107031 - -/* - * The format of visibility map is changed with this 9.6 commit, + * The format of visibility map was changed with this 9.6 commit. */ #define VISIBILITY_MAP_FROZEN_BIT_CAT_VER 201603011 @@ -447,8 +435,6 @@ bool check_for_data_types_usage(ClusterInfo *cluster, bool check_for_data_type_usage(ClusterInfo *cluster, const char *type_name, const char *output_path); -void new_9_0_populate_pg_largeobject_metadata(ClusterInfo *cluster, - bool check_mode); void old_9_3_check_for_line_data_type_usage(ClusterInfo *cluster); void old_9_6_check_for_unknown_data_type_usage(ClusterInfo *cluster); void old_9_6_invalidate_hash_indexes(ClusterInfo *cluster, |
