pgsql: Remove useless pg_audit.conf

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove useless pg_audit.conf
Date: 2015-05-15 14:42:04
Message-ID: E1YtGoO-0005rX-2s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless pg_audit.conf

No need to have pg_audit.conf any longer since the regression tests are
just loading the module at the start of each session (to simulate being
in shared_preload_libraries, which isn't something we can actually make
happen on the buildfarm itself, it seems).

Pointed out by Tom

Branch
------
master

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

Modified Files
--------------
contrib/pg_audit/pg_audit.conf | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-05-15 14:47:21 Re: pgsql: Make repeated 'make installcheck' runs work
Previous Message Heikki Linnakangas 2015-05-15 13:16:54 Re: [COMMITTERS] pgsql: Allow GiST distance function to return merely a lower-bound.