!2232 fix could not open relation with oid 9378 for upgrade
Merge pull request !2232 from zhengxue/master
This commit is contained in:
@ -2042,7 +2042,7 @@ comment on function PG_CATALOG.xidsend(xid) is '';
|
||||
END
|
||||
$do$;
|
||||
ALTER INDEX pg_proc_proname_args_nsp_index rebuild;
|
||||
DROP INDEX IF EXISTS pg_catalog.pg_proc_proname_all_args_nsp_index;
|
||||
|
||||
-- ----------------------------------------------------------------
|
||||
-- rollback array interface of pg_catalog
|
||||
-- ----------------------------------------------------------------
|
||||
|
||||
@ -2042,7 +2042,7 @@ comment on function PG_CATALOG.xidsend(xid) is '';
|
||||
END
|
||||
$do$;
|
||||
ALTER INDEX pg_proc_proname_args_nsp_index rebuild;
|
||||
DROP INDEX IF EXISTS pg_catalog.pg_proc_proname_all_args_nsp_index;
|
||||
|
||||
-- ----------------------------------------------------------------
|
||||
-- rollback array interface of pg_catalog
|
||||
-- ----------------------------------------------------------------
|
||||
|
||||
@ -81,7 +81,7 @@ GRANT SELECT,INSERT,UPDATE,DELETE ON TABLE DBE_PLDEVELOPER.gs_errors TO PUBLIC;
|
||||
DROP INDEX IF EXISTS pg_catalog.pg_proc_proname_args_nsp_new_index;
|
||||
SET LOCAL inplace_upgrade_next_system_object_oids = IUO_CATALOG, false, true, 0, 0, 0, 9378;
|
||||
CREATE INDEX pg_catalog.pg_proc_proname_args_nsp_new_index on pg_catalog.pg_proc USING BTREE(proname name_ops, proargtypes oidvector_ops, pronamespace oid_ops);
|
||||
SET LOCAL inplace_upgrade_next_system_object_oids = IUO_CATALOG, false, true, 0, 0, 0, 9378;
|
||||
SET LOCAL inplace_upgrade_next_system_object_oids = IUO_CATALOG, false, true, 0, 0, 0, 0;
|
||||
-- ----------------------------------------------------------------
|
||||
-- upgrade pg_catalog.pg_conversion
|
||||
-- ----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user