mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Add TODO items
This commit is contained in:
3
TODO
3
TODO
@@ -64,3 +64,6 @@ Usability improvements
|
|||||||
* debug output: show some repetitive output only if --verbose flag set to prevent
|
* debug output: show some repetitive output only if --verbose flag set to prevent
|
||||||
excessive log growth
|
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.
|
||||||
@@ -1075,6 +1075,7 @@ create_node_record(PGconn *conn, char *action, int node, char *type, int upstrea
|
|||||||
maxlen_snprintf(slot_name_buf, "%s", "NULL");
|
maxlen_snprintf(slot_name_buf, "%s", "NULL");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* XXX convert to placeholder query */
|
||||||
sqlquery_snprintf(sqlquery,
|
sqlquery_snprintf(sqlquery,
|
||||||
"INSERT INTO %s.repl_nodes "
|
"INSERT INTO %s.repl_nodes "
|
||||||
" (id, type, upstream_node_id, cluster, "
|
" (id, type, upstream_node_id, cluster, "
|
||||||
|
|||||||
Reference in New Issue
Block a user