pgsql: Fix bug in GIN WAL redo cleanup function: don't free fake - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Fix bug in GIN WAL redo cleanup function: don't free fake
Date
Msg-id 20100209203125.0E8647541B9@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Define the value for in6addr_any on MingW, since it provides the
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix bug in GIN WAL redo cleanup function: don't free fake