Avoid use of DROP TABLE .. CASCADE in partitioning tests.

Robert Haas <rhaas@postgresql.org>

Commit: e509e7f9e3c565043e1186f5a83122d71653d111
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-01-18T19:57:25Z
Releases: 10.0
Avoid use of DROP TABLE .. CASCADE in partitioning tests.

This isn't really guaranteed to always produce exactly the same
output; the order can change from run to run.

See related cleanup in 257d8157205a7be5f9799e8941b922521d678a25.

Files

PathChange+/−
src/test/regress/expected/insert.out modified +4 −22
src/test/regress/sql/insert.sql modified +4 −2