Tweak code comments

This commit is contained in:
Ian Barwick
2015-03-16 09:31:08 +09:00
parent 0307c51d4b
commit b41235b896

View File

@@ -1,5 +1,5 @@
/* /*
* repmgr.c - Command interpreter for the repmgr * repmgr.c - Command interpreter for the repmgr package
* Copyright (C) 2ndQuadrant, 2010-2015 * Copyright (C) 2ndQuadrant, 2010-2015
* *
* This module is a command-line utility to easily setup a cluster of * This module is a command-line utility to easily setup a cluster of
@@ -53,7 +53,7 @@
#define RECOVERY_FILE "recovery.conf" #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 MASTER_REGISTER 1
#define STANDBY_REGISTER 2 #define STANDBY_REGISTER 2
#define STANDBY_CLONE 3 #define STANDBY_CLONE 3