pgsql: Suppress DROP CASCADE notices in regression tests - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Suppress DROP CASCADE notices in regression tests
Date
Msg-id E1XtHft-0004B5-PP@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Add infrastructure to save and restore GUC values.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Allow "dbname" from connection string to be overridden in PQconn