From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Allow on-the-fly capture of DDL event details |
Date: | 2015-05-12 01:29:19 |
Message-ID: | CAB7nPqShOGgOsf_rV=Kwk704Dyxz2+2nB6kjxd-HupS8c2-=fQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
On Tue, May 12, 2015 at 7:16 AM, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> Allow on-the-fly capture of DDL event details
>
> This feature lets user code inspect and take action on DDL events.
> Whenever a ddl_command_end event trigger is installed, DDL actions
> executed are saved to a list which can be inspected during execution of
> a function attached to ddl_command_end.
Buildfarm machines on Windows are complaining:
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=mastodon&dt=2015-05-11%2023%3A00%3A01
Visibly REGRESS and REGRESS_OPTS are messed up in the Makefile of
test_ddl_deparsing. The patch attached make tests pass correctly.
--
Michael
Attachment | Content-Type | Size |
---|---|---|
20150512_ddl_deparse_winfix.patch | text/x-diff | 656 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2015-05-12 02:37:26 | Re: pgsql: Allow on-the-fly capture of DDL event details |
Previous Message | Peter Eisentraut | 2015-05-12 00:41:44 | pgsql: Replace some appendStringInfo* calls with more appropriate varia |