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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 23eec895df920619ae4e0453c2f238b74191bc73
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-02-09T20:31:35Z
Releases: 8.4.3
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.

Files

PathChange+/−
src/backend/access/gin/ginxlog.c modified +3 −3