pgsql: Fix oversight in RelFileNodeBackend patch:

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix oversight in RelFileNodeBackend patch:
Date: 2010-08-30 16:46:23
Message-ID: 20100830164623.A40CD7541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-08-30 17:30:44 pgsql: Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii
Previous Message Simon Riggs 2010-08-30 15:38:18 pgsql: Fix misleading DEBUG2 issued during RemoveOldXlogFiles()