Обсуждение: pgsql: Further fixes for the buildfarm for pg_audit

Поиск
Список
Период
Сортировка

pgsql: Further fixes for the buildfarm for pg_audit

От
Stephen Frost
Дата:
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(-)