From a3c77cac4155235365fde43bf0623973f47f721d Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 13 May 2022 13:37:45 +0900 Subject: [PATCH] standby clone: update source comment --- repmgr-action-standby.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index ec0031f8..36ceaede 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -95,6 +95,8 @@ static char barman_command_buf[MAXLEN] = ""; * be run and which of the available users, which will be one * of the repmgr user, the replication user (if available) or * the superuser (if available). + * + * This is determined in check_source_server(). */ static t_user_type SettingsUser = REPMGR_USER;