Initial code for standby clone

This commit is contained in:
Ian Barwick
2017-04-27 09:22:09 +09:00
parent bcf55b4f72
commit 99e7bb0ea3
6 changed files with 188 additions and 30 deletions

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

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