pg_upgrade issues - Mailing list pgsql-hackers

From Dave Cramer
Subject pg_upgrade issues
Date
Msg-id CADK3HHLzY0sxRT=gR6dXRB5a9DEMAkRc0SpKR435tcGqA2xCFw@mail.gmail.com
Whole thread Raw
Responses Re: pg_upgrade issues
List pgsql-hackers
pgjdbc has a bug report which is as follows:

The database has a table that has a description and a constraint.
The constraint also has a description.

somehow the constraint and the table end up with the same OID's after pg_upgrade. 

My understanding of pg_upgrade suggests that shouldn't happen ? I realize oids are not guaranteed to be unique, but this seems to be quite a coincidence.


Dave Cramer

pgsql-hackers by date:

Previous
From: Alvaro Herrera from 2ndQuadrant
Date:
Subject: Re: Hypothetical indexes using BRIN broken since pg10
Next
From: Tom Lane
Date:
Subject: Re: Hypothetical indexes using BRIN broken since pg10