Avoid use of DROP TABLE .. CASCADE in partitioning tests.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/insert.out | modified | +4 −22 |
| src/test/regress/sql/insert.sql | modified | +4 −2 |