pgsql: Fix oversight in RelFileNodeBackend patch: - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix oversight in RelFileNodeBackend patch:
Date
Msg-id 20100830164623.A40CD7541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlogutils.c (r1.72 -> r1.73)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlogutils.c?r1=1.72&r2=1.73)

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Fix misleading DEBUG2 issued during RemoveOldXlogFiles()
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii