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
IMPLEMENTATION Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile Run "make all" as a prerequisite of "make check" 2011-12-27 20:27:24 +02:00
TESTING Add pg_upgrade test suite 2011-11-27 22:42:32 +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 In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
dump.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
exec.c Silence compiler warning about uninitialized variable. 2012-03-27 14:47:23 -04:00
file.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
function.c In pg_upgrade, remove dependency on pg_config, as that might not be in 2012-03-19 09:31:50 -04:00
info.c Fix pg_upgrade to properly upgrade a table that is stored in the cluster 2012-04-10 19:57:14 -04:00
option.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
page.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_upgrade.c In pg_upgrade, create a script to incrementally generate more accurate 2012-03-16 18:54:23 -04:00
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 In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
server.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
tablespace.c Fix new SQL tablespace location function usage in pg_upgrade to properly 2012-01-24 21:51:10 -05:00
test.sh Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
util.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
version.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
version_old_8_3.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00