pgsql: Suppress DROP CASCADE notices in regression tests

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Suppress DROP CASCADE notices in regression tests
Дата
Msg-id E1XtHft-0004B5-PP@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Add infrastructure to save and restore GUC values.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Allow "dbname" from connection string to be overridden in PQconn