postgresql/contrib/pg_upgrade
Bruce Momjian 203d8ae2db pg_upgrade: don't copy/link files for invalid indexes
Now that pg_dump no longer dumps invalid indexes, per commit
683abc73df, have pg_upgrade also skip
them.  Previously pg_upgrade threw an error if invalid indexes existed.

Backpatch to 9.2, 9.1, and 9.0 (where pg_upgrade was added to git)
2013-03-30 22:20:53 -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 Add pg_upgrade --jobs parameter 2012-12-26 19:26:30 -05:00
TESTING Remove whitespace from end of lines 2012-05-15 22:19:41 +03:00
check.c pg_upgrade: don't copy/link files for invalid indexes 2013-03-30 22:20:53 -04:00
controldata.c Allow I/O reliability checks using 16-bit checksums 2013-03-22 13:54:07 +00:00
dump.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
exec.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
file.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
function.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
info.c pg_upgrade: don't copy/link files for invalid indexes 2013-03-30 22:20:53 -04:00
option.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
page.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
parallel.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
pg_upgrade.c Add a materialized view relations. 2013-03-03 18:23:31 -06:00
pg_upgrade.h Allow I/O reliability checks using 16-bit checksums 2013-03-22 13:54:07 +00:00
relfilenode.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
server.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
tablespace.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
test.sh Avoid moving data directory in upgrade testing. 2013-03-30 12:44:29 -04:00
util.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
version.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
version_old_8_3.c Add a materialized view relations. 2013-03-03 18:23:31 -06:00