Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: eb36d1ad519f43d30b07e29d124128b534831d6a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-08-30T16:46:23Z
Releases: 9.1.0
Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to
initialize the rd_backend field of a fake Relation entry correctly.
Fortunately, that is easy, since only non-temp relations should ever be
mentioned in the WAL stream.

Files

PathChange+/−
src/backend/access/transam/xlogutils.c modified +3 −1