Re: pgsql: Remove pg_audit - Mailing list pgsql-committers

From Stephen Frost
Subject Re: pgsql: Remove pg_audit
Date
Msg-id 20150528164603.GZ26667@tamriel.snowman.net
Whole thread Raw
In response to Re: pgsql: Remove pg_audit  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-committers
* Heikki Linnakangas (hlinnaka@iki.fi) wrote:
> On 05/28/2015 07:41 PM, Stephen Frost wrote:
> >Remove pg_audit
> >
> >This removes pg_audit, per discussion:
> >
> >20150528082038.GU26667@tamriel.snowman.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(-)
>
> forgot contrib/Makefile and docs...

Good grief.  My grep for pg_audit stuff started off in the wrong dir and
so I didn't realize it.  Apologies.

    Thanks,

        Stephen

Attachment

pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Remove pg_audit
Next
From: Stephen Frost
Date:
Subject: pgsql: Finish removing pg_audit