repmgrd: initial startup

This commit is contained in:
Ian Barwick
2017-06-22 17:23:05 +09:00
parent 9ce981c9f8
commit 66535e5417
4 changed files with 128 additions and 7 deletions

2
log.c
View File

@@ -21,7 +21,7 @@
#define DEFAULT_SYSLOG_FACILITY LOG_LOCAL0
#endif
/* #define REPMGR_DEBUG */
#define REPMGR_DEBUG
static int detect_log_facility(const char *facility);
static void _stderr_log_with_level(const char *level_name, int level, const char *fmt, va_list ap)