repmgrd: split physical and BDR functionality into separate files

This commit is contained in:
Ian Barwick
2017-07-13 17:21:29 +09:00
parent 0320f409aa
commit d77e8d4d22
8 changed files with 2232 additions and 2083 deletions

15
repmgrd-physical.h Normal file
View File

@@ -0,0 +1,15 @@
/*
* repmgrd-physical.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _REPMGRD_PHYSICAL_H_
#define _REPMGRD_PHYSICAL_H_
void do_physical_node_check(void);
void monitor_streaming_primary(void);
void monitor_streaming_standby(void);
void close_connections_physical(void);
#endif /* _REPMGRD_PHYSICAL_H_ */