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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Allow on-the-fly capture of DDL event details
Дата
Msg-id 5551F7F6.2010607@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Allow on-the-fly capture of DDL event details  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-committers
On 05/12/2015 12:05 AM, Alvaro Herrera wrote:
> Michael Paquier wrote:
>> On Tue, May 12, 2015 at 11:43 AM, Michael Paquier
>> <michael.paquier@gmail.com> wrote:
>>> On Tue, May 12, 2015 at 11:37 AM, Alvaro Herrera
>>> <alvherre@2ndquadrant.com> wrote:
>>>> Michael Paquier wrote:
>>>>> On Tue, May 12, 2015 at 7:16 AM, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
>>>> Not sure what's the real fix here ..
>>> I think that you should then use MODULE_big instead of MODULES, and
>>> set OBJS as "test_dll_parser.o $(WIN32RES)".
>> Taking it back, listing explicitly the list of tests in the Makefile's
>> REGRESS works just fine. Patch attached.
> 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 this module.
>


If you want to do that you will need to make some special adjustment in
the MSVC build system. You can't use $(srcdir) in REGRESS and expect the
MSVC builds not to break otherwise. We don't do that anywhere else AFAICT.

cheers

andrew



В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Allow on-the-fly capture of DDL event details
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Map basebackup tablespaces using a tablespace_map file