pgsql: pg_audit Makefile, REINDEX changes - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: pg_audit Makefile, REINDEX changes
Date
Msg-id E1Ytz45-0008Rw-KP@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Fix typos in comments
Next
From: Stephen Frost
Date:
Subject: Re: pgsql: Add pg_audit, an auditing extension