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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fujii Masao <fujii(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add gin_clean_pending_list function to clean up GIN pending list
Date: 2016-02-06 04:09:25
Message-ID: 13162.1454731765@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fujii Masao <fujii(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-06 17:21:21 pgsql: Add missing "static" qualifier.
Previous Message Noah Misch 2016-02-06 01:26:40 pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.