pgsql: Further fixes for the buildfarm for pg_audit

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Further fixes for the buildfarm for pg_audit
Date: 2015-05-14 15:55:40
Message-ID: E1YsvU4-0000gs-QL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further fixes for the buildfarm for pg_audit

Also, use a function to load the extension ahead of all other calls,
simulating load from shared_libraries_preload, to make sure the
hooks are in place before logging start.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8a2e1edd2ba0817313c1c0ef76b03a5ab819d17f

Modified Files
--------------
contrib/pg_audit/Makefile | 2 +-
contrib/pg_audit/expected/pg_audit.out | 92 ++++++++++++++++++++++++++++++++
contrib/pg_audit/sql/pg_audit.sql | 29 ++++++++++
3 files changed, 122 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-05-14 16:01:47 Re: [COMMITTERS] pgsql: Add pg_audit, an auditing extension
Previous Message Stephen Frost 2015-05-14 15:55:05 Re: pgsql: Further fixes for the buildfarm for pg_audit