Re: [HACKERS] ginInsertCleanup called from vacuum could still miss tuples to be deleted

Michael Paquier <michael.paquier@gmail.com>

From: Michael Paquier <michael.paquier@gmail.com>
To: Eric Lam <cpegeric@yahoo.com>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, Peter Geoghegan <pg@bowt.ie>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-11-14T01:57:27Z
Lists: pgsql-hackers
On Tue, Nov 14, 2017 at 10:52 AM, Eric Lam <cpegeric@yahoo.com> wrote:
> Please unsubscribe me.

(Please do not hijack the threads)
Help yourself:
https://www.postgresql.org/community/lists/subscribe/
-- 
Michael


Commits

  1. Fix broken cleanup interlock for GIN pending list.

  2. Prevent multiple cleanup process for pending list in GIN.

  3. Add pages deleted from pending list to FSM

  4. Fix race condition in GIN posting tree page deletion.