pgsql: Suppress DROP CASCADE notices in regression tests

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress DROP CASCADE notices in regression tests
Date: 2014-11-25 15:05:05
Message-ID: E1XtHft-0004B5-PP@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress DROP CASCADE notices in regression tests

In the regression tests, when doing cascaded drops, we need to suppress
the notices from DROP CASCADE or there can be transient regression
failures as the order of drops can depend on the physical row order in
pg_depend.

Report and fix suggestion from Tom.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/81d815dc3ed74a7d20f7b4c7d87c42816c7ee7af

Modified Files
--------------
src/test/regress/expected/rowsecurity.out | 40 +++++++----------------------
src/test/regress/sql/rowsecurity.sql | 14 ++++++++++
2 files changed, 23 insertions(+), 31 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-11-25 15:44:17 pgsql: Allow "dbname" from connection string to be overridden in PQconn
Previous Message Heikki Linnakangas 2014-11-25 13:32:57 Re: pgsql: Add infrastructure to save and restore GUC values.