• Tom Lane's avatar
    Fix typo in ReorderBufferIterTXNInit(). · f8c58554
    Tom Lane authored
    This looks like it would cause changes from subtransactions to be missed
    by the iterator being constructed, if those changes had been spilled to
    disk previously.  This implies that large subtransactions might be lost
    (in whole or in part) by logical replication.  Found and fixed by
    Petru-Florin Mihancea, per bug #14208.
    
    Report: <20160622144830.5791.22512@wrigleys.postgresql.org>
    f8c58554
reorderbuffer.c 89.2 KB