Add alter_generic regression test This makes refactoring of parts of the ALTER command safe(r) because we ensure no change in functionality.
Author: KaiGai Kohei Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/ff7e5b4841eeedfb9cefec6226f4dca5b8840276 Modified Files -------------- src/test/regress/expected/alter_generic.out | 545 +++++++++++++++++++++++++++ src/test/regress/parallel_schedule | 2 +- src/test/regress/serial_schedule | 1 + src/test/regress/sql/alter_generic.sql | 417 ++++++++++++++++++++ 4 files changed, 964 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
