pgsql: pg_audit Makefile, REINDEX changes

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_audit Makefile, REINDEX changes
Date: 2015-05-17 13:57:13
Message-ID: E1Ytz45-0008Rw-KP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_audit Makefile, REINDEX changes

Clean up the Makefile, per Michael Paquier.

Classify REINDEX as we do in core, use '1.0' for the version, per Fujii.

Branch
------
master

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

Modified Files
--------------
contrib/pg_audit/Makefile | 10 +++++-----
contrib/pg_audit/pg_audit--1.0.0.sql | 22 ----------------------
contrib/pg_audit/pg_audit--1.0.sql | 22 ++++++++++++++++++++++
contrib/pg_audit/pg_audit.c | 6 ------
contrib/pg_audit/pg_audit.control | 2 +-
5 files changed, 28 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-05-17 14:00:32 Re: pgsql: Add pg_audit, an auditing extension
Previous Message Magnus Hagander 2015-05-17 12:58:36 pgsql: Fix typos in comments