pgsql: Make repeated 'make installcheck' runs work - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Make repeated 'make installcheck' runs work
Date
Msg-id E1Ysz0p-0004L3-Ag@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make repeated 'make installcheck' runs work
List pgsql-committers
Make repeated 'make installcheck' runs work

In pg_audit, set client_min_messages up to warning, then reset the role
attributes, to completely reset the session while not making the
regression tests depend on being run by any particular user.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b22b770683806db0a1c0a52a4601a3b6755891e0

Modified Files
--------------
contrib/pg_audit/expected/pg_audit.out |    9 ++++++---
contrib/pg_audit/sql/pg_audit.sql      |    9 +++++++++
2 files changed, 15 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgsql: Add pg_audit, an auditing extension
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix portability issue in pg_audit.