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

Robert Haas <rhaas@postgresql.org>

Commit: c3978149536a9c3fb837524407c58dec2b103c60
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-01-19T19:15:40Z
Releases: 10.0
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