pgsql: Fix buildfarm with regard to pg_audit - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Fix buildfarm with regard to pg_audit
Date
Msg-id E1YsuZg-0008AV-Ho@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix buildfarm with regard to pg_audit

Remove the check that pg_audit be installed by
shared_preload_libraries as that's not going to work when running the
regressions tests in the buildfarm.  That check was primairly a nice to
have and isn't required anyway.

Branch
------
master

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

Modified Files
--------------
contrib/pg_audit/pg_audit.c |    5 -----
1 file changed, 5 deletions(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgsql: Add pg_audit, an auditing extension
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add pg_audit, an auditing extension