]> granicus.if.org Git - postgresql/commit
Suppress DROP CASCADE notices in regression tests
authorStephen Frost <sfrost@snowman.net>
Tue, 25 Nov 2014 14:49:48 +0000 (09:49 -0500)
committerStephen Frost <sfrost@snowman.net>
Tue, 25 Nov 2014 15:04:49 +0000 (10:04 -0500)
commit81d815dc3ed74a7d20f7b4c7d87c42816c7ee7af
tree606cd0ffb20d798be8bb5483c541825b65ca3299
parent30bf4689a96cd283af33edcdd6b7210df3f20cd8
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.
src/test/regress/expected/rowsecurity.out
src/test/regress/sql/rowsecurity.sql