Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlogutils.c | modified | +3 −1 |