Re: a raft of parallelism-related bug fixes

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: a raft of parallelism-related bug fixes
Дата
Msg-id CA+TgmoZ_vkQoJ7r8poTJ=VOxfjxzriLsR7jyDde3GH0tE-Mfmw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: a raft of parallelism-related bug fixes  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: a raft of parallelism-related bug fixes
Список pgsql-hackers
On Sat, Oct 17, 2015 at 9:16 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
> If all that is required is a #define, like CLOBBER_CACHE_ALWAYS, then no
> special buildfarm support is required - you would just add that to the
> animal's config file, more or less like this:
>
>      config_env =>
>      {
>          CPPFLAGS => '-DGRATUITOUSLY_PARALLEL',
>      },
>
> I try to make things easy :-)

Wow, that's great.  So, I'll try to rework the test code I posted
previously into something less hacky, and eventually add a #define
like this so we can run it on the buildfarm.  There's a few other
things that need to get done before that really makes sense - like
getting the rest of the bug fix patches committed - otherwise any
buildfarm critters we add will just be permanently red.

Thanks to Noah and Stephen for your replies also - it is good to hear
that if I spend the time to make this committable, somebody will use
it.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_restore cancel TODO
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Dangling Client Backend Process