pgsql: Fix oversight in btpo.xact patch; it was in fact installing

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix oversight in btpo.xact patch; it was in fact installing
Date: 2010-03-19 20:51:30
Message-ID: 20100319205130.EA4587541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix oversight in btpo.xact patch; it was in fact installing garbage
in the xact field on replay, due to not writing out all the data in
the wal log struct.

Modified Files:
--------------
pgsql/src/include/access:
nbtree.h (r1.131 -> r1.132)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/nbtree.h?r1=1.131&r2=1.132)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-03-19 22:54:41 pgsql: Modify error context callback functions to not assume that they
Previous Message Simon Riggs 2010-03-19 19:31:06 pgsql: Clarify docs about database parameter in streaming replication