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 In pg_upgrade, allow tables using regclass to be upgraded because we 2011-12-05 16:45:01 -05:00
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 In pg_upgrade, fix the -l/log option to work on Windows. 2011-07-20 18:31:08 -04:00
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 In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 2011-09-07 14:42:36 -04:00
version.c