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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach partitioning tests not to use DROP TABLE ... CASCADE.
Date: 2017-01-19 19:18:11
Message-ID: E1cUIDr-0007Ly-AX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/alter_table.out | 18 ++++++----------
src/test/regress/expected/create_table.out | 34 ++++++------------------------
src/test/regress/sql/alter_table.sql | 10 +++++----
src/test/regress/sql/create_table.sql | 14 ++++++------
4 files changed, 26 insertions(+), 50 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-01-19 21:19:09 pgsql: initdb: Fix for mixed-case superuser names
Previous Message Robert Haas 2017-01-19 19:15:09 pgsql: Avoid some code duplication in map_partition_varattnos().