From 15a531fed8db75026c58fbf3d5ae5a605dc969a9 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 24 Mar 2015 15:46:50 +0900 Subject: [PATCH] Update function description --- repmgrd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repmgrd.c b/repmgrd.c index e3fc5edf..f94d9859 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -660,11 +660,11 @@ witness_monitor(void) } -// ZZZ update description /* - * Insert monitor info, this is basically the time and xlog replayed, - * applied on standby and current xlog location in master. - * Also do the math to see how far are we in bytes for being up-to-date + * standby_monitor() + * + * Monitor standby server and handle failover situation. Also insert + * monitoring information if configured. */ static void standby_monitor(void)