pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns

Bruce Momjian <bruce@momjian.us>

Commit: dbd786bc4f497210551a7640ee2f6afe877cc3e9
Author: Bruce Momjian <bruce@momjian.us>
Date: 2013-11-19T20:00:49Z
Releases: 9.4.0
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

Files

PathChange+/−
contrib/pg_upgrade/version_old_8_3.c modified +4 −0