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

11
strutil.h Normal file
View File

@@ -0,0 +1,11 @@
/*
* strutil.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _STRUTIL_H_
#define _STRUTIL_H_
#define MAXLEN 1024
#endif