Remove collations from generic ALTER test The error messages they generate are not portable enough.
Also, since the only point of the alter_generic_1 expected file was to cover platforms with no collation support, it's now useless, so remove it. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/ece26987c20c679edde74775ef0c56bff32bd1bc Modified Files -------------- src/test/regress/expected/alter_generic.out | 51 +-- src/test/regress/expected/alter_generic_1.out | 545 ------------------------- src/test/regress/sql/alter_generic.sql | 35 +-- 3 files changed, 10 insertions(+), 621 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
