mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Initial code for standby clone
This commit is contained in:
12
repmgr-action-standby.h
Normal file
12
repmgr-action-standby.h
Normal 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
|
||||
Reference in New Issue
Block a user