pgsql: Fix oversight in btpo.xact patch; it was in fact installing - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix oversight in btpo.xact patch; it was in fact installing
Date
Msg-id 20100319205130.EA4587541D0@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix oversight in btpo.xact patch; it was in fact installing
List 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)

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Clarify docs about database parameter in streaming replication
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Modify error context callback functions to not assume that they