| From: | Peter Geoghegan <pg(at)bowt(dot)ie> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Suppress DETAIL output from an event_trigger test. |
| Date: | 2019-03-23 20:51:24 |
| Message-ID: | E1h7nbw-0000H2-P8@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Suppress DETAIL output from an event_trigger test.
Suppress 3 lines of unstable DETAIL output from a DROP ROLE statement in
event_trigger.sql. This is further cleanup for commit dd299df8.
Note that the event_trigger test instability issue is very similar to
the recently suppressed foreign_data test instability issue. Both
issues involve DETAIL output for a DROP ROLE statement that needed to be
changed as part of dd299df8.
Per buildfarm member macaque.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/05f110cc0b83d9dc174f72cf96798299eb3e7f67
Modified Files
--------------
src/test/regress/expected/event_trigger.out | 6 +++---
src/test/regress/sql/event_trigger.sql | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2019-03-23 20:51:54 | pgsql: Accept XML documents when xmloption = content, as required by SQ |
| Previous Message | Peter Geoghegan | 2019-03-23 18:02:15 | pgsql: Add nbtree high key "continuescan" optimization. |