pg_upgrade: error out on 'line' data type usage The data type internal format changed in 9.4. Also mention this in the 9.4 release notes.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/bb797b640449d67f722d27660c718b68a692f8f9 Modified Files -------------- contrib/pg_upgrade/check.c | 7 ++- contrib/pg_upgrade/pg_upgrade.h | 1 + contrib/pg_upgrade/version.c | 89 +++++++++++++++++++++++++++++++++++++++ doc/src/sgml/release-9.4.sgml | 3 +- 4 files changed, 97 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
