]> granicus.if.org Git - postgresql/commit
pg_upgrade: don't copy/link files for invalid indexes
authorBruce Momjian <bruce@momjian.us>
Sun, 31 Mar 2013 02:20:53 +0000 (22:20 -0400)
committerBruce Momjian <bruce@momjian.us>
Sun, 31 Mar 2013 02:20:53 +0000 (22:20 -0400)
commitfb7890aedbd4d67bc1ddee65f9249f5b6ccc9d49
tree3e9a94af42ecdada6e069a1a99518d5dfa4a008c
parent01accb380b11b7b874601c6c14c0554a83f35958
pg_upgrade:  don't copy/link files for invalid indexes

Now that pg_dump no longer dumps invalid indexes, per commit
683abc73dff549e94555d4020dae8d02f32ed78b, 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)
contrib/pg_upgrade/check.c
contrib/pg_upgrade/info.c