mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Tweak code comments
This commit is contained in:
4
repmgr.c
4
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
|
||||
|
||||
Reference in New Issue
Block a user