Teach partitioning tests not to use DROP TABLE ... CASCADE.
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/alter_table.out | modified | +6 −12 |
| src/test/regress/expected/create_table.out | modified | +7 −27 |
| src/test/regress/sql/alter_table.sql | modified | +6 −4 |
| src/test/regress/sql/create_table.sql | modified | +7 −7 |