diff options
Diffstat (limited to 'contrib/pg_upgrade/check.c')
| -rw-r--r-- | contrib/pg_upgrade/check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_upgrade/check.c b/contrib/pg_upgrade/check.c index 37c38c1b977..720f1305a5c 100644 --- a/contrib/pg_upgrade/check.c +++ b/contrib/pg_upgrade/check.c @@ -72,6 +72,7 @@ check_old_cluster(migratorContext *ctx, bool live_check, { old_8_3_check_for_name_data_type_usage(ctx, CLUSTER_OLD); old_8_3_check_for_tsquery_usage(ctx, CLUSTER_OLD); + old_8_3_check_ltree_usage(ctx, CLUSTER_OLD); if (ctx->check) { old_8_3_rebuild_tsvector_tables(ctx, true, CLUSTER_OLD); |
