1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

In pg_upgrade, allow tables using regclass to be upgraded because we

preserve pg_class oids since PG 9.0.
This commit is contained in:
Bruce Momjian
2011-12-05 16:45:19 -05:00
parent 7c9557b6f8
commit 98fbce0931
2 changed files with 2 additions and 2 deletions

View File

@ -686,7 +686,7 @@ check_for_reg_data_type_usage(ClusterInfo *cluster)
" 'pg_catalog.regprocedure'::pg_catalog.regtype, "
" 'pg_catalog.regoper'::pg_catalog.regtype, "
" 'pg_catalog.regoperator'::pg_catalog.regtype, "
" 'pg_catalog.regclass'::pg_catalog.regtype, "
/* allow " 'pg_catalog.regclass'::pg_catalog.regtype, "*/
/* regtype.oid is preserved, so 'regtype' is OK */
" 'pg_catalog.regconfig'::pg_catalog.regtype, "
" 'pg_catalog.regdictionary'::pg_catalog.regtype) AND "