| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)2ndquadrant(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 21:07:28 |
| Message-ID: | CAB7nPqSwo0FroUHRNorwzf0PK7DVeYRHNH8jPFUKDb_gk-JxcQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
On Wed, May 13, 2015 at 12:31 AM, Alvaro Herrera
<alvherre(at)2ndquadrant(dot)com> wrote:
> 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)
I would find better the idea to add a new variable, let's say
REGRESS_SCHEDULE to pass a list of schedule paths that will be taken
into account by PGXS and declare them with --schedule (pg_regress can
take multiple schedules), and add logic to parse it in the MSVC files.
No need to add a special case in the MSVC scripts this way.
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2015-05-12 22:14:42 | pgsql: Fix ON CONFLICT bugs that manifest when used in rules. |
| Previous Message | Andrew Dunstan | 2015-05-12 20:56:35 | pgsql: Fix some errors from jsonb functions patch. |