Initial table definitions and coding for repmgr client utility

This commit is contained in:
Ian Barwick
2017-04-19 22:41:20 +09:00
parent 2704ab0536
commit 1631917715
7 changed files with 227 additions and 8 deletions

14
config.h Normal file
View File

@@ -0,0 +1,14 @@
/*
* config.h
*
* Copyright (c) 2ndQuadrant, 2010-2017
*
*/
#ifndef _REPMGR_CONFIG_H_
#define _REPMGR_CONFIG_H_
void set_progname(const char *argv0);
const char * progname(void);
#endif