Re: pgsql: Allow on-the-fly capture of DDL event details

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Allow on-the-fly capture of DDL event details
Date: 2015-05-12 15:31:37
Message-ID: 20150512153137.GE2523@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Paquier wrote:

> Mind share more details about that? How would you detect that a given
> test in serial_schedule needs to be considered by test_ddl_deparse
> automatically? WIth a new type of keyword in a schedule file? This
> looks like a different feature to me that's going to need more
> infrastructure...

Well, I remembered that the list of tests to run can be passed as a
variable to the make run, so the schedule file is not the best way to go
about this anyway. Therefore I have pushed your patch (including the
.gitignore file)

Thanks

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-12 15:32:55 Re: pgsql: Map basebackup tablespaces using a tablespace_map file
Previous Message Alvaro Herrera 2015-05-12 15:12:41 pgsql: "Fix" test_ddl_deparse regress test schedule