diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-07-25 03:47:33 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-07-25 03:47:33 +0000 |
| commit | 8dad931f4e9433b74f1a6e40ff24bbc766e1a17f (patch) | |
| tree | 0594a515d693ff2d2eb6f2e20969a83268e57f3b /contrib/pg_upgrade/pg_upgrade.h | |
| parent | ca2901c144d9db2393b2725a9d6bdeca1cecbf5a (diff) | |
Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all
migrations.
Backpatch to 9.0.
Diffstat (limited to 'contrib/pg_upgrade/pg_upgrade.h')
| -rw-r--r-- | contrib/pg_upgrade/pg_upgrade.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/pg_upgrade/pg_upgrade.h b/contrib/pg_upgrade/pg_upgrade.h index b80f32778d4..d3aeeb96768 100644 --- a/contrib/pg_upgrade/pg_upgrade.h +++ b/contrib/pg_upgrade/pg_upgrade.h @@ -2,7 +2,7 @@ * pg_upgrade.h * * Copyright (c) 2010, PostgreSQL Global Development Group - * $PostgreSQL: pgsql/contrib/pg_upgrade/pg_upgrade.h,v 1.15 2010/07/06 19:18:55 momjian Exp $ + * $PostgreSQL: pgsql/contrib/pg_upgrade/pg_upgrade.h,v 1.15.2.1 2010/07/25 03:47:33 momjian Exp $ */ #include "postgres.h" @@ -388,8 +388,6 @@ void old_8_3_check_for_name_data_type_usage(migratorContext *ctx, Cluster whichCluster); void old_8_3_check_for_tsquery_usage(migratorContext *ctx, Cluster whichCluster); -void old_8_3_check_for_isn_and_int8_passing_mismatch(migratorContext *ctx, - Cluster whichCluster); void old_8_3_rebuild_tsvector_tables(migratorContext *ctx, bool check_mode, Cluster whichCluster); void old_8_3_invalidate_hash_gin_indexes(migratorContext *ctx, |
