From 58b33fb4113b288c67be3c0299d6d8c49ef0fcf8 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 24 Apr 2019 10:55:53 +0900 Subject: [PATCH] Clarify a couple of code comments --- repmgrd-physical.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repmgrd-physical.c b/repmgrd-physical.c index 13c2dc39..76b0d628 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -385,7 +385,7 @@ monitor_streaming_primary(void) * as we're monitoring the primary, no point in trying to * write the event to the database * - * XXX possible pre-action event + * TODO: possibly add pre-action event here */ create_event_notification(NULL, &config_file_options, @@ -1405,7 +1405,7 @@ monitor_streaming_standby(void) _("unable to connect to upstream node \"%s\" (node ID: %i)"), upstream_node_info.node_name, upstream_node_info.node_id); - /* XXX possible pre-action event */ + /* TODO: possibly add pre-action event here */ if (upstream_node_info.type == STANDBY) { create_event_record(primary_conn,