postgresql/contrib/pg_upgrade
Bruce Momjian 38458e4573 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:14 -04:00
..
.gitignore pg_upgrade: Add new generated file to .gitignore 2012-03-20 20:40:31 +02:00
check.c In pg_upgrade, remove dependency on pg_config, as that might not be in 2012-03-19 09:31:50 -04:00
controldata.c
dump.c
exec.c Silence compiler warning about uninitialized variable. 2012-03-27 14:47:23 -04:00
file.c
function.c In pg_upgrade, remove dependency on pg_config, as that might not be in 2012-03-19 09:31:50 -04:00
IMPLEMENTATION
info.c Fix pg_upgrade to properly upgrade a table that is stored in the cluster 2012-04-10 19:57:14 -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:14 -04:00
relfilenode.c
server.c
tablespace.c
test.sh
TESTING
util.c
version_old_8_3.c
version.c