Teach partitioning tests not to use DROP TABLE ... CASCADE.

This occasionally causes failures; the order in which the affected
objects are listed is not 100% consistent.

Amit Langote

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/alter_table.out  | 18 ++++++----------
src/test/regress/expected/create_table.out | 34 ++++++------------------------
src/test/regress/sql/alter_table.sql       | 10 +++++----
src/test/regress/sql/create_table.sql      | 14 ++++++------
4 files changed, 26 insertions(+), 50 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to