From be58d6af96fb12c9f278e132d0f7783b3dd2d987 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 19 Jan 2016 13:57:46 +0900 Subject: [PATCH] Update TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 5a89f415..4ec153c4 100644 --- a/TODO +++ b/TODO @@ -53,6 +53,9 @@ Planned feature improvements requested, activate the replication slot using pg_receivexlog to negate the need to set `wal_keep_segments` just for the initial clone (9.4 and 9.5). +* Take into account the fact that a standby can obtain WAL from an archive, + so even if direct streaming replication is interrupted, it may be up-to-date + Usability improvements ======================