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

Started by Tom Laneover 16 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)

#2Simon Riggs
simon@2ndQuadrant.com
In reply to: Tom Lane (#1)
Re: pgsql: Fix oversight in btpo.xact patch; it was in fact installing

On Fri, 2010-03-19 at 20:51 +0000, Tom Lane wrote:

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.

Ah, thanks, my bad. Looks like I'd separated the two patches incorrectly
because I already had spotted and fixed that error and two additional
ones also.

--
Simon Riggs www.2ndQuadrant.com