Re: [HACKERS] pg_upgrade and regclass

2011-12-05 Thread Bruce Momjian
Bruce Momjian wrote: > Bruce Momjian wrote: > > In Postgres 8.4, pg_upgrade preserved pg_class relfilenodes by creating > > files in the file system. In Postgres 9.0, we changed this by creating > > pg_upgrade_support functions which allow us to directly preserve > > pg_class.oids. > > > > Unfor

Re: [HACKERS] pg_upgrade and regclass

2011-12-05 Thread Bruce Momjian
Bruce Momjian wrote: > In Postgres 8.4, pg_upgrade preserved pg_class relfilenodes by creating > files in the file system. In Postgres 9.0, we changed this by creating > pg_upgrade_support functions which allow us to directly preserve > pg_class.oids. > > Unfortunately, check.c was not updated t

[HACKERS] pg_upgrade and regclass

2011-12-02 Thread Bruce Momjian
In Postgres 8.4, pg_upgrade preserved pg_class relfilenodes by creating files in the file system. In Postgres 9.0, we changed this by creating pg_upgrade_support functions which allow us to directly preserve pg_class.oids. Unfortunately, check.c was not updated to reflect this and clusters using