]> 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:13 +0000 (19:57 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 10 Apr 2012 23:57:13 +0000 (19:57 -0400)
commit916eec2dcf86630fe169e7338f247ef87a401987
tree1da91f2fc3ad1d9a3722dcf664d9fde8bba5d290
parent8b67e3cbe0c3e14a5e250e4f03748e9908e988f3
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