pgsql: Remove pg_audit

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove pg_audit
Date: 2015-05-28 16:41:37
Message-ID: E1Yy0sD-0004nD-PG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove pg_audit

This removes pg_audit, per discussion:

20150528082038(dot)GU26667(at)tamriel(dot)snowman(dot)net

Branch
------
master

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

Modified Files
--------------
contrib/pg_audit/.gitignore | 5 -
contrib/pg_audit/Makefile | 21 -
contrib/pg_audit/expected/pg_audit.out | 1074 ------------------
contrib/pg_audit/pg_audit--1.0.sql | 22 -
contrib/pg_audit/pg_audit.c | 1855 --------------------------------
contrib/pg_audit/pg_audit.control | 5 -
contrib/pg_audit/sql/pg_audit.sql | 669 ------------
7 files changed, 3651 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-05-28 16:44:51 pgsql: Fix pg_rewind's handling of top-level symlinks.
Previous Message Tom Lane 2015-05-28 16:17:28 pgsql: Fix assorted inconsistencies in our calls of readlink().