repmgr master unregister: tighten behaviour

This commit is contained in:
Ian Barwick
2017-06-23 11:37:42 +09:00
parent 66535e5417
commit ae67e086a4
2 changed files with 20 additions and 4 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)