Re: Resurrecting pg_upgrade - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Resurrecting pg_upgrade
Date
Msg-id 5099.1071455399@sss.pgh.pa.us
Whole thread Raw
In response to Re: Resurrecting pg_upgrade  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: Resurrecting pg_upgrade
List pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> Will we now have to be careful to NEVER re-use OIDs in the system catalogs.

No.  The proposed pg_upgrade procedure doesn't try to reproduce OIDs of
catalog entries (other than toast-table OIDs, which are never
preassigned anyway), so there's no issue.

Good point though --- thanks for thinking about it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Resurrecting pg_upgrade
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Resurrecting pg_upgrade