pgsql: pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns
Date: 2013-11-19 20:00:55
Message-ID: E1VirTj-0008GL-As@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dbd786bc4f497210551a7640ee2f6afe877cc3e9

Modified Files
--------------
contrib/pg_upgrade/version_old_8_3.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-11-19 21:54:50 pgsql: docs: update page format to specify page checksum field
Previous Message Fujii Masao 2013-11-19 14:46:51 pgsql: Add tab completion for \pset in psql.