pgsql: Fix pg_upgrade to properly upgrade a table that is stored in the - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix pg_upgrade to properly upgrade a table that is stored in the
Date
Msg-id E1SHkx1-00012o-J9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pg_upgrade to properly upgrade a table that is stored in the cluster
default tablespace, but part of a database that is in a user-defined
tablespace.  Caused "file not found" error during upgrade.

Per bug report from Ants Aasma.

Backpatch to 9.1 and 9.0.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6cc2ed14f166604b11f85188724c47325ab37b4b

Modified Files
--------------
contrib/pg_upgrade/info.c       |   15 ++++++++++-----
contrib/pg_upgrade/pg_upgrade.h |    3 ++-
2 files changed, 12 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: NLS: Initialize Project-Id-Version field by xgettext
Next
From: Bruce Momjian
Date:
Subject: pgsql: Fix pg_upgrade to properly upgrade a table that is stored in the