aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade/pg_upgrade.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-09-07 14:42:34 -0400
committerBruce Momjian <bruce@momjian.us>2011-09-07 14:43:12 -0400
commit3ced32d24e14af1877171c085a635b4ccdf8930c (patch)
tree0a8e1e15b45b1ac94cf981ee78086d70c8486148 /contrib/pg_upgrade/pg_upgrade.h
parent99155aaa33f417daabd38c8b225c09a3c6da71ba (diff)
downloadpostgresql-3ced32d24e14af1877171c085a635b4ccdf8930c.tar.gz
postgresql-3ced32d24e14af1877171c085a635b4ccdf8930c.zip
In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree
because its internal format was changed in 8.4. Backpatch to 9.0 and 9.1. Report by depesz, diagnosis by Tom.
Diffstat (limited to 'contrib/pg_upgrade/pg_upgrade.h')
-rw-r--r--contrib/pg_upgrade/pg_upgrade.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_upgrade/pg_upgrade.h b/contrib/pg_upgrade/pg_upgrade.h
index feea324bd50..2abd91771f9 100644
--- a/contrib/pg_upgrade/pg_upgrade.h
+++ b/contrib/pg_upgrade/pg_upgrade.h
@@ -411,6 +411,7 @@ void new_9_0_populate_pg_largeobject_metadata(ClusterInfo *cluster,
void old_8_3_check_for_name_data_type_usage(ClusterInfo *cluster);
void old_8_3_check_for_tsquery_usage(ClusterInfo *cluster);
+void old_8_3_check_ltree_usage(ClusterInfo *cluster);
void old_8_3_rebuild_tsvector_tables(ClusterInfo *cluster, bool check_mode);
void old_8_3_invalidate_hash_gin_indexes(ClusterInfo *cluster, bool check_mode);
void old_8_3_invalidate_bpchar_pattern_ops_indexes(ClusterInfo *cluster,