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

From Tom Lane
Subject Re: pgsql: Add gin_clean_pending_list function to clean up GIN pending list
Date
Msg-id 13162.1454731765@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add gin_clean_pending_list function to clean up GIN pending list  (Fujii Masao <fujii@postgresql.org>)
Responses Re: pgsql: Add gin_clean_pending_list function to clean up GIN pending list
List 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 by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing "static" qualifier.