Re: pgsql: Remove pg_audit

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Remove pg_audit
Date: 2015-05-28 16:46:03
Message-ID: 20150528164603.GZ26667@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

* Heikki Linnakangas (hlinnaka(at)iki(dot)fi) wrote:
> On 05/28/2015 07:41 PM, Stephen Frost wrote:
> >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(-)
>
> 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-05-28 16:48:29 pgsql: Finish removing pg_audit
Previous Message Heikki Linnakangas 2015-05-28 16:44:52 Re: pgsql: Remove pg_audit