postgresql/doc
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
..
src Add confirmed_flush column to pg_replication_slots. 2015-08-10 13:28:18 +02:00
bug.template Stamp HEAD as 9.6devel. 2015-06-30 14:01:15 -04:00
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO