Remove implemented items from TODO list

* repmgr: add explicit --log-level flag, repurpose --verbose flag to
  show extra detailed/repetitive output only (see item below too)

  -> e0cbdd5b31

* debug output: show some repetitive output only if --verbose flag set to prevent
  excessive log growth

  -> 8ab1901a93
This commit is contained in:
Ian Barwick
2015-11-17 15:35:13 +09:00
parent fc6225a511
commit 493c307b23

8
TODO
View File

@@ -58,12 +58,6 @@ Usability improvements
* repmgrd: on failover, explicitly log which node is now being followed
* repmgr: add explicit --log-level flag, repurpose --verbose flag to
show extra detailed/repetitive output only (see item below too)
* debug output: show some repetitive output only if --verbose flag set to prevent
excessive log growth
* repmgr: add interrupt handler, so that if the program is interrupted
while running a backup, an attempt can be made to execute pg_stop_backup()
on the primary, to prevent an orphaned backup state existing.
on the primary, to prevent an orphaned backup state existing.