]> granicus.if.org Git - postgresql/commit
Teach partitioning tests not to use DROP TABLE ... CASCADE.
authorRobert Haas <rhaas@postgresql.org>
Thu, 19 Jan 2017 19:15:40 +0000 (14:15 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 19 Jan 2017 19:15:40 +0000 (14:15 -0500)
commitc3978149536a9c3fb837524407c58dec2b103c60
treec31e027ac71c1dad6ad6c443bf5c9fb161031b21
parentcc144155f7cdd51e19984f82da6625dc75de9fda
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
src/test/regress/expected/alter_table.out
src/test/regress/expected/create_table.out
src/test/regress/sql/alter_table.sql
src/test/regress/sql/create_table.sql