pgsql: Fix bug in GIN WAL redo cleanup function: don't free fake

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in GIN WAL redo cleanup function: don't free fake
Date: 2010-02-09 20:31:35
Message-ID: 20100209203135.E54B57541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry
while it's still being used.

Backpatch to 8.4, where the fake relcache method was introduced.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/access/gin:
ginxlog.c (r1.19 -> r1.19.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginxlog.c?r1=1.19&r2=1.19.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-02-09 21:43:30 pgsql: Fix up rickety handling of relation-truncation interlocks.
Previous Message Heikki Linnakangas 2010-02-09 20:31:25 pgsql: Fix bug in GIN WAL redo cleanup function: don't free fake