pgsql: Make repeated 'make installcheck' runs work
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(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
Stephen Frost <sfrost@snowman.net> writes:
Make repeated 'make installcheck' runs work
Much better, thanks.
BTW, isn't the pg_audit.conf file useless now?
regards, tom lane
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
Stephen Frost <sfrost@snowman.net> writes:
Make repeated 'make installcheck' runs work
Much better, thanks.
BTW, isn't the pg_audit.conf file useless now?
Yes, yes it is.
Will remove.
Thanks!
Stephen