Re: pgsql: pg_upgrade: Preserve relfilenodes and tablespace OIDs.

2022-02-18 Thread Christoph Berg
Re: Robert Haas > > This needs to be guarded with "if (binary_upgrade)". > > Right. Sorry about that, and sorry for not responding sooner also. Fix > pushed now. Thanks, the 14-15 upgrade test is passing again here. Christoph

Re: pgsql: pg_upgrade: Preserve relfilenodes and tablespace OIDs.

2022-02-17 Thread Robert Haas
On Sun, Feb 13, 2022 at 6:51 AM Christoph Berg wrote: > Re: Robert Haas > > pg_upgrade: Preserve relfilenodes and tablespace OIDs. > > > src/bin/pg_dump/pg_dumpall.c | 3 + > > --- a/src/bin/pg_dump/pg_dumpall.c > +++ b/src/bin/pg_dump/pg_dumpall.c > @@ -1066,6 +1066,9 @@

Re: pgsql: pg_upgrade: Preserve relfilenodes and tablespace OIDs.

2022-02-13 Thread Christoph Berg
Re: Robert Haas > pg_upgrade: Preserve relfilenodes and tablespace OIDs. > src/bin/pg_dump/pg_dumpall.c | 3 + --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -1066,6 +1066,9 @@ dumpTablespaces(PGconn *conn) /* needed for