Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Aug 2010 16:46:23 +0000 (16:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Aug 2010 16:46:23 +0000 (16:46 +0000)
commiteb36d1ad519f43d30b07e29d124128b534831d6a
tree939f3722ccb481f745fd79f2448e14684a3bb8fc
parentac791d3ca1225c5e32df9b8af0c8cfd67119eb2a
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.
src/backend/access/transam/xlogutils.c