Re: pg_upgrade relation OID mismatches - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: pg_upgrade relation OID mismatches
Date
Msg-id 201111222042.pAMKgZv08051@momjian.us
Whole thread Raw
In response to pg_upgrade relation OID mismatches  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: pg_upgrade relation OID mismatches
List pgsql-hackers
Peter Eisentraut wrote:
> I thought these were fixed a while ago, but I'm still seeing these when
> upgrading from master to self (using testing script sent in a while
> ago).   This is completely reproducible.  What's happening?
> 
> ...
> Restoring user relation files
>   /home/peter/devel/postgresql/git/postgresql/contrib/pg_upgra
> Mismatch of relation OID in database "regression": old OID 16701, new OID 16689
> Failure, exiting

Yes, I certainly thought they were all addressed.  What object is 16701
in the old database?  Anything unusual about it?  This is saying the
relation oid was not preserved.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Not HOT enough
Next
From: Robert Haas
Date:
Subject: Re: Review for "Add permission check on SELECT INTO"