On Wed, May 13, 2015 at 12:31 AM, Alvaro Herrera
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
>>
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
On 05/12/2015 10:03 AM, Alvaro Herrera wrote:
In any case, it is not good to keep the buildfarm machines broken for
too long, and personally I would rather avoid adding one more hack in
the MSVC build scripts.
The MSVC build scripts *are* hacks themselves. Anyway, I'll look into
it.
Nobody
Michael Paquier wrote:
> On Tue, May 12, 2015 at 1:05 PM, Alvaro Herrera
> wrote:
> > Sure. I want to avoid doing that, though: we may want to generate a
> > schedule based on src/test/regress/serial_schedule, so that newly added
> > tests to the regular suite are automatically considered by thi
On 05/12/2015 12:05 AM, Alvaro Herrera wrote:
Michael Paquier wrote:
On Tue, May 12, 2015 at 11:43 AM, Michael Paquier
wrote:
On Tue, May 12, 2015 at 11:37 AM, Alvaro Herrera
wrote:
Michael Paquier wrote:
On Tue, May 12, 2015 at 7:16 AM, Alvaro Herrera wrote:
Not sure what's the real fix
On Tue, May 12, 2015 at 1:18 PM, Michael Paquier
wrote:
> On Tue, May 12, 2015 at 1:05 PM, Alvaro Herrera
> wrote:
>> Michael Paquier wrote:
>>> On Tue, May 12, 2015 at 11:43 AM, Michael Paquier
>>> wrote:
>>> > On Tue, May 12, 2015 at 11:37 AM, Alvaro Herrera
>>> > wrote:
>>> >> Michael Paquie
On Tue, May 12, 2015 at 1:05 PM, Alvaro Herrera
wrote:
> Michael Paquier wrote:
>> On Tue, May 12, 2015 at 11:43 AM, Michael Paquier
>> wrote:
>> > On Tue, May 12, 2015 at 11:37 AM, Alvaro Herrera
>> > wrote:
>> >> Michael Paquier wrote:
>> >>> On Tue, May 12, 2015 at 7:16 AM, Alvaro Herrera
>>
Michael Paquier wrote:
> On Tue, May 12, 2015 at 11:43 AM, Michael Paquier
> wrote:
> > On Tue, May 12, 2015 at 11:37 AM, Alvaro Herrera
> > wrote:
> >> Michael Paquier wrote:
> >>> On Tue, May 12, 2015 at 7:16 AM, Alvaro Herrera
> >>> wrote:
> >> Not sure what's the real fix here ..
> >
> > I
On Tue, May 12, 2015 at 11:43 AM, Michael Paquier
wrote:
> On Tue, May 12, 2015 at 11:37 AM, Alvaro Herrera
> wrote:
>> Michael Paquier wrote:
>>> On Tue, May 12, 2015 at 7:16 AM, Alvaro Herrera
>>> wrote:
>> Not sure what's the real fix here ..
>
> I think that you should then use MODULE_big i
On Tue, May 12, 2015 at 11:37 AM, Alvaro Herrera
wrote:
> Michael Paquier wrote:
>> On Tue, May 12, 2015 at 7:16 AM, Alvaro Herrera
>> 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_comman
Michael Paquier wrote:
> On Tue, May 12, 2015 at 7:16 AM, Alvaro Herrera
> 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 sa
On Tue, May 12, 2015 at 7:16 AM, Alvaro Herrera 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 d
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.
The s
13 matches
Mail list logo