pgsql: Make repeated 'make installcheck' runs work

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make repeated 'make installcheck' runs work
Date: 2015-05-14 19:41:43
Message-ID: E1Ysz0p-0004L3-Ag@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-05-14 20:10:25 Re: pgsql: Fix portability issue in pg_audit.
Previous Message Stephen Frost 2015-05-14 19:30:28 Re: pgsql: Add pg_audit, an auditing extension