From b41235b896c3807067bfc9ca1dd92a6542bec02e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 16 Mar 2015 09:31:08 +0900 Subject: [PATCH] Tweak code comments --- repmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repmgr.c b/repmgr.c index ab2b3174..d522d4e0 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1,5 +1,5 @@ /* - * repmgr.c - Command interpreter for the repmgr + * repmgr.c - Command interpreter for the repmgr package * Copyright (C) 2ndQuadrant, 2010-2015 * * This module is a command-line utility to easily setup a cluster of @@ -53,7 +53,7 @@ #define RECOVERY_FILE "recovery.conf" -#define NO_ACTION 0 /* Not a real action, just to initialize */ +#define NO_ACTION 0 /* Dummy default action */ #define MASTER_REGISTER 1 #define STANDBY_REGISTER 2 #define STANDBY_CLONE 3