pgsql: Make repeated 'make installcheck' runs work

Started by Stephen Frostabout 11 years ago4 messagescomitters
Jump to latest
#1Stephen Frost
sfrost@snowman.net

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Stephen Frost (#1)
Re: pgsql: Make repeated 'make installcheck' runs work

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

#3Stephen Frost
sfrost@snowman.net
In reply to: Tom Lane (#2)
Re: pgsql: Make repeated 'make installcheck' runs work

* 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

#4Stephen Frost
sfrost@snowman.net
In reply to: Tom Lane (#2)
Re: pgsql: Make repeated 'make installcheck' runs work

* 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?

Removed.

Thanks!

Stephen