]> granicus.if.org Git - postgresql/commit
Fix pg_upgrade to properly upgrade a table that is stored in the cluster
authorBruce Momjian <bruce@momjian.us>
Tue, 10 Apr 2012 23:57:14 +0000 (19:57 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 10 Apr 2012 23:57:14 +0000 (19:57 -0400)
commit38458e45736efeb0d82739305c77c529c9cf0e1e
treebe20280921f1fc9ec62686c482239d7a46c11dd1
parenteb821b91c86a85a37572c9062902f94a5efba528
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.
contrib/pg_upgrade/info.c
contrib/pg_upgrade/pg_upgrade.h