on init of witness server create db and user to avoid using postgres

This commit is contained in:
Nathan Van Overloop
2014-06-05 13:40:04 +02:00
committed by Nathan Van Overloop
parent 5b15fcff5c
commit 4f810aee2c
2 changed files with 94 additions and 7 deletions

2
log.c
View File

@@ -37,7 +37,7 @@
#define DEFAULT_SYSLOG_FACILITY LOG_LOCAL0
#endif
/* #define REPMGR_DEBUG */
#define REPMGR_DEBUG
void
stderr_log_with_level(const char *level_name, int level, const char *fmt, ...)