Re: Auditing extension for PostgreSQL (Take 2) - Mailing list pgsql-hackers

From David Steele
Subject Re: Auditing extension for PostgreSQL (Take 2)
Date
Msg-id 5551525A.6070709@pgmasters.net
Whole thread Raw
In response to Re: Auditing extension for PostgreSQL (Take 2)  (Sawada Masahiko <sawada.mshk@gmail.com>)
Responses Re: Auditing extension for PostgreSQL (Take 2)  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 5/1/15 5:58 AM, Sawada Masahiko wrote:
> For now, since pg_audit patch has a pg_audit_ddl_command_end()
> function which uses part of un-committed "deparsing utility commands"
> patch API,
> pg_audit patch is completely depend on that patch.
> If API name, interface are changed, it would affect for pg_audit patch.
> I'm not sure about progress of "deparsing utility command" patch but
> you have any idea if that patch is not committed into 9.5 until May
> 15?

The attached v12 patch removes the code that became redundant with
Alvaro committing the event trigger/deparse work.  I've updated the
regression tests to reflect the changes, which were fairly minor and add
additional information to the output.  There are no longer any #ifdef'd
code blocks.

--
- David Steele
david@pgmasters.net

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Patch to improve a few appendStringInfo* calls
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Multi-xacts and our process problem