- Notifications
You must be signed in to change notification settings - Fork5
Commit8caf9fe
committed
Fix typo in ReorderBufferIterTXNInit().
This looks like it would cause changes from subtransactions to be missedby the iterator being constructed, if those changes had been spilled todisk previously. This implies that large subtransactions might be lost(in whole or in part) by logical replication. Found and fixed byPetru-Florin Mihancea, per bug #14208.Report: <20160622144830.5791.22512@wrigleys.postgresql.org>1 parent1651b9a commit8caf9fe
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
897 | 897 |
| |
898 | 898 |
| |
899 | 899 |
| |
900 |
| - | |
| 900 | + | |
901 | 901 |
| |
902 | 902 |
| |
903 | 903 |
| |
|
0 commit comments
Comments
(0)