repmgr: initial runtime option parsing and root execution detection

This commit is contained in:
Ian Barwick
2017-04-19 23:16:36 +09:00
parent 1631917715
commit 76e8c4624e
5 changed files with 69 additions and 2 deletions

View File

@@ -12,6 +12,9 @@
#include <postgres_fe.h>
#include <pqexpbuffer.h>
#include "repmgr_version.h"
#include "strutil.h"
#define MIN_SUPPORTED_VERSION "9.3"
#define MIN_SUPPORTED_VERSION_NUM 90300