Use "primary" instead of "master"

This commit is contained in:
Ian Barwick
2017-06-23 21:33:54 +09:00
parent 28808a02ab
commit 46c956e61a
14 changed files with 382 additions and 380 deletions

12
repmgr-action-primary.h Normal file
View File

@@ -0,0 +1,12 @@
/*
* repmgr-action-primary.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _REPMGR_ACTION_PRIMARY_H_
#define _REPMGR_ACTION_PRIMARY_H_
extern void do_primary_register(void);
extern void do_primary_unregister(void);
#endif