]> granicus.if.org Git - postgresql/commit
pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns
authorBruce Momjian <bruce@momjian.us>
Tue, 19 Nov 2013 20:00:49 +0000 (15:00 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 19 Nov 2013 20:00:49 +0000 (15:00 -0500)
commitdbd786bc4f497210551a7640ee2f6afe877cc3e9
tree122cd1d33c8d6cf1ed1da4b6df014d3a3efad30b
parentb1543cc8a84bc3ca699497286608274c2533fd53
pg_upgrade:  avoid ALTER COLUMN TYPE on inherited columns

This only affects upgrades from 8.3 currently, and is harmless as the
child just generates an error in the script, but we should get it right
in case we ever need this for more complex uses.

Per report from Peter Eisentraut
contrib/pg_upgrade/version_old_8_3.c