Fix alter_table test case
authorPavan Deolasee <pavan.deolasee@gmail.com>
Tue, 29 Aug 2017 06:05:30 +0000 (11:35 +0530)
committerPavan Deolasee <pavan.deolasee@gmail.com>
Tue, 29 Aug 2017 06:05:30 +0000 (11:35 +0530)
commit3913cead822f6498d85ed6f3a21b0ef80d5d24cc
treed1a1596b3b3166819fe52d98130780365e01c16c
parentdbd9556cef9bf426bfd5e396f532d94a16860659
Fix alter_table test case

Because of XL's strict requirement on column ordering and positioning, change
the test case to avoid DROP COLUMN commands. This kinda makes the test case
useless because the sole purpose of the test was to test if things stand up
well when there is a mismatch in column numbering. Given the current
restriction, there is no other option to make these changes.
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql