pgsql: Fix typo in ReorderBufferIterTXNInit(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix typo in ReorderBufferIterTXNInit().
Date
Msg-id E1bIext-00059z-Aq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in ReorderBufferIterTXNInit().

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>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f8c58554db48fe004938a8a34a42afb78157b66c

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Dodge compiler bug in Visual Studio 2013.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix typo in ReorderBufferIterTXNInit().