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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 79647eed86cc972e80ea165dcb0b7f6fef876169
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-02-09T20:31:24Z
Releases: 9.0.0
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