From 42ecf5de7441256e24869c8d813a129626dd704e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 27 Jul 2017 18:11:13 +0900 Subject: [PATCH] Add TODO for repmgr cluster show --- repmgr-action-cluster.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repmgr-action-cluster.c b/repmgr-action-cluster.c index 33785fd6..956c3546 100644 --- a/repmgr-action-cluster.c +++ b/repmgr-action-cluster.c @@ -86,6 +86,9 @@ do_cluster_show(void) /* * XXX if repmgr is ever localized into non-ASCII locales, * use pg_wcssize() or similar to establish printed column length + * + * TODO: skip display of "Upstream" for BDR nodes as it will always + * be empty */ for (i = 0; i < SHOW_HEADER_COUNT; i++)