]> granicus.if.org Git - postgresql/commit
Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 9 Feb 2010 20:31:35 +0000 (20:31 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 9 Feb 2010 20:31:35 +0000 (20:31 +0000)
commit23eec895df920619ae4e0453c2f238b74191bc73
tree2cc0919ed3a008a4b3983a397a4b189f72b913c9
parent94d36cbfd0eb593dff5c7bb0fdf6da0c0571832e
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.
src/backend/access/gin/ginxlog.c