Files
postgresql/src
Peter Eisentraut fe7bbc4ddb Fix remote position tracking in logical replication
We need to set the origin remote position to end_lsn, not commit_lsn, as
commit_lsn is the start of commit record, and we use the origin remote
position as start position when restarting replication stream.  If we'd
use commit_lsn, we could request data that we already received from the
remote server after a crash of a downstream server.

Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
2017-04-04 08:24:32 -04:00
..
2017-03-22 10:20:13 -04:00
2017-03-31 09:00:38 +02:00
2017-04-03 11:12:48 -04:00
2017-02-17 08:56:57 -05:00
2017-03-23 15:28:48 -04:00
2017-02-06 11:33:58 +02:00