Re: Intermittent buildfarm failures on wrasse

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Intermittent buildfarm failures on wrasse
Дата
Msg-id 1406168.1649902702@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Intermittent buildfarm failures on wrasse  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> Noah, any chance you could enable log_autovacuum_min_duration=0 on
> wrasse?

+1

> Does sparc have wider alignment rules for some types? Perhaps that'd be
> enough to put some tables to be sufficiently larger to trigger parallel
> vacuum?

No, the configure results on wrasse look pretty ordinary:

checking size of void *... 8
checking size of size_t... 8
checking size of long... 8
checking alignment of short... 2
checking alignment of int... 4
checking alignment of long... 8
checking alignment of double... 8

I wondered for a moment about force_parallel_mode, but wrasse doesn't
appear to be setting that, and in any case I'm pretty sure it only
affects plannable statements.

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Intermittent buildfarm failures on wrasse
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: allow specifying action when standby encounters incompatible parameter settings