pgsql: Fix buildfarm with regard to pg_audit

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix buildfarm with regard to pg_audit
Date: 2015-05-14 14:57:24
Message-ID: E1YsuZg-0008AV-Ho@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-05-14 14:59:01 Re: pgsql: Add pg_audit, an auditing extension
Previous Message Robert Haas 2015-05-14 14:52:28 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file