Re: pgsql: Fix contrib/auto_explain to not cause problems in parallel worke

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix contrib/auto_explain to not cause problems in parallel worke
Дата
Msg-id 54159.1559611016@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix contrib/auto_explain to not cause problems inparallel worke  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Fix contrib/auto_explain to not cause problems inparallel worke  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> On Mon, Jun 03, 2019 at 10:06:21PM +0000, Tom Lane wrote:
>> Fix contrib/auto_explain to not cause problems in parallel workers.

> This has broken the builds on Windows for 9.6 and 10:
> https://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=woodlouse&dt=2019-06-04%2000%3A42%3A07&stg=make

Ooops.

> This gets included as a dependency because of the call to
> IsParallelWorker() you have added in this commit, and I think that
> this can be fixed by adding PGDLLIMPORT to the variable in
> parallel.h.  Would you fix it or should I?

Yeah, I see we already did that in later branches.  I'll go fix it,
thanks for the heads-up!

            regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Fix contrib/auto_explain to not cause problems inparallel worke
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Mark a few parallelism-related variables with PGDLLIMPORT.