Re: 15beta1 test failure on mips in isolation/expected/stats

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: 15beta1 test failure on mips in isolation/expected/stats
Дата
Msg-id 20220520035928.c5k267fgsxhtpbnt@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: 15beta1 test failure on mips in isolation/expected/stats  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

On 2022-05-19 22:58:14 -0400, Tom Lane wrote:
> What I am wondering about at this point is whether the effects of
> pg_stat_force_next_flush() could somehow be delayed until after we
> have told the client the command is complete.

It shouldn't - it just forces pg_stat_report_stat() to flush (rather than
doing so based on the time of the last report). And pg_stat_report_stat()
happens before ReadyForQuery().

Hm. Does the instability vanish if you switch s2_commit_prepared_a and s1_ff?

Greetings,

Andres Freund



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Build-farm - intermittent error in 031_column_list.pl
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: 15beta1 test failure on mips in isolation/expected/stats