]> 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)
commit6cc2ed14f166604b11f85188724c47325ab37b4b
tree9debe77094d7bf045afe44e1cbbcf01ff8e59746
parent5cf6fddd63c29daab6daa6d0981d51c5f64b876a
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