mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Add TODO for repmgr cluster show
This commit is contained in:
@@ -86,6 +86,9 @@ do_cluster_show(void)
|
|||||||
/*
|
/*
|
||||||
* XXX if repmgr is ever localized into non-ASCII locales,
|
* XXX if repmgr is ever localized into non-ASCII locales,
|
||||||
* use pg_wcssize() or similar to establish printed column length
|
* 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++)
|
for (i = 0; i < SHOW_HEADER_COUNT; i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user