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

Lists: pgsql-committers
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:25
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
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.

Modified Files:
--------------
pgsql/src/backend/access/gin:
ginxlog.c (r1.21 -> r1.22)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginxlog.c?r1=1.21&r2=1.22)