[COMMITTERS] pgsql: Avoid use of DROP TABLE .. CASCADE in partitioning tests. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Avoid use of DROP TABLE .. CASCADE in partitioning tests.
Date
Msg-id E1cTwMk-0005tO-Vi@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e509e7f9e3c565043e1186f5a83122d71653d111

Modified Files
--------------
src/test/regress/expected/insert.out | 26 ++++----------------------
src/test/regress/sql/insert.sql      |  6 ++++--
2 files changed, 8 insertions(+), 24 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add some more tests for tuple routing.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Disable transforms that replaced AT TIME ZONE with RelabelType.