Change "primary" to "master"

Personally I prefer "primary", but repmgr uses "master" so let's consolidate
on one version of the terminology for clarity.
This commit is contained in:
Ian Barwick
2015-03-24 14:06:39 +09:00
parent bd19a2c868
commit 8de0deddf9
2 changed files with 167 additions and 167 deletions

View File

@@ -55,7 +55,7 @@
typedef enum {
UNKNOWN = 0,
PRIMARY,
MASTER,
STANDBY,
WITNESS
} t_server_type;