Re: pg_upgrade issues

2019-09-27 Thread Bruce Momjian
On Mon, Sep 9, 2019 at 10:58:02AM -0400, Dave Cramer wrote: > 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

pg_upgrade issues

2019-09-09 Thread Dave Cramer
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 ?