Re: pgsql: Add gin_clean_pending_list function to clean up GIN pending list

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add gin_clean_pending_list function to clean up GIN pending list
Дата
Msg-id 13162.1454731765@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Add gin_clean_pending_list function to clean up GIN pending list  (Fujii Masao <fujii@postgresql.org>)
Ответы Re: pgsql: Add gin_clean_pending_list function to clean up GIN pending list  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-committers
Fujii Masao <fujii@postgresql.org> writes:
> Add gin_clean_pending_list function to clean up GIN pending list

The regression test case added by this commit is unstable, as per
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=spoonbill&dt=2016-02-06%2000%3A00%3A06

I imagine what happened there is that autovacuum came along and cleared
the pending-list before the test query could.

            regards, tom lane


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add missing "static" qualifier.