postgresql/contrib/test_decoding
Andres Freund 3f811c2d6f Add confirmed_flush column to pg_replication_slots.
There's no reason not to expose both restart_lsn and confirmed_flush
since they have rather distinct meanings. The former is the oldest WAL
still required and valid for both physical and logical slots, whereas
the latter is the location up to which a logical slot's consumer has
confirmed receiving data. Most of the time a slot will require older
WAL (i.e. restart_lsn) than the confirmed
position (i.e. confirmed_flush_lsn).

Author: Marko Tiikkaja, editorialized by me
Discussion: 559D110B.1020109@joh.to
2015-08-10 13:28:18 +02:00
..
expected Add confirmed_flush column to pg_replication_slots. 2015-08-10 13:28:18 +02:00
specs Collection of typo fixes. 2015-05-20 16:56:22 +03:00
sql Fix test_decoding's handling of nonexistant columns in old tuple versions. 2015-06-27 19:00:45 +02:00
.gitignore test_decoding: Update .gitignore 2014-03-31 14:18:35 -04:00
Makefile Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
logical.conf Introduce logical decoding. 2014-03-03 16:32:18 -05:00
test_decoding.c Fix test_decoding's handling of nonexistant columns in old tuple versions. 2015-06-27 19:00:45 +02:00