postgresql/contrib/pg_upgrade
Bruce Momjian 916eec2dcf 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.
2012-04-10 19:57:13 -04:00
..
.gitignore
check.c
controldata.c
dump.c
exec.c
file.c
function.c
IMPLEMENTATION
info.c Fix pg_upgrade to properly upgrade a table that is stored in the cluster 2012-04-10 19:57:13 -04:00
Makefile
option.c
page.c
pg_upgrade.c
pg_upgrade.h Fix pg_upgrade to properly upgrade a table that is stored in the cluster 2012-04-10 19:57:13 -04:00
relfilenode.c
server.c
tablespace.c
TESTING
util.c
version_old_8_3.c
version.c