pgsql: Further fixes for the buildfarm for pg_audit - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Further fixes for the buildfarm for pg_audit
Date
Msg-id E1YsvU4-0000gs-QL@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgsql: Further fixes for the buildfarm for pg_audit
Next
From: Tom Lane
Date:
Subject: pgsql: Support "expanded" objects, particularly arrays, for better perf