mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 23:56:29 +00:00
first alpha version for syslog support
This commit is contained in:
committed by
Greg Smith
parent
1787cf1c21
commit
2c1eafd7a9
7
repmgr.h
7
repmgr.h
@@ -26,15 +26,16 @@
|
||||
|
||||
#include "dbutils.h"
|
||||
|
||||
|
||||
#define PRIMARY_MODE 0
|
||||
#define STANDBY_MODE 1
|
||||
|
||||
#define MAXLEN 80
|
||||
#define CONFIG_FILE "repmgr.conf"
|
||||
#define MAXLEN 80
|
||||
#define CONFIG_FILE "./repmgr.conf"
|
||||
#define MAXVERSIONSTR 16
|
||||
#define QUERY_STR_LEN 8192
|
||||
|
||||
#include "config.h"
|
||||
#define MAXFILENAME 1024
|
||||
#define MAXLINELENGTH 4096
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user