Add TODO items

This commit is contained in:
Ian Barwick
2015-11-13 14:51:27 +09:00
parent 3f5920a395
commit 487aadc4b9
2 changed files with 4 additions and 0 deletions

3
TODO
View File

@@ -64,3 +64,6 @@ Usability improvements
* 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.