]> 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)
commit4b94bc70ce1d500c94dd0557650ac180aa60e04e
tree1909da7248700a13b70a9730565dbcc3670e1a52
parent4e205ec4d9ef0f75ed39e5e8f0cd338d94c154c5
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