Makefiles and placeholder code

This commit is contained in:
Ian Barwick
2017-04-18 11:26:51 +09:00
parent 4a830b14b9
commit e6237cc81a
12 changed files with 1380 additions and 8 deletions

16
repmgr.h Normal file
View File

@@ -0,0 +1,16 @@
/*
* repmgr.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _REPMGR_H_
#define _REPMGR_H_
#include <libpq-fe.h>
#include <postgres_fe.h>
#include <getopt_long.h>
#include <pqexpbuffer.h>
#define MIN_SUPPORTED_VERSION "9.3"
#define MIN_SUPPORTED_VERSION_NUM 90300
#endif