mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Initial table definitions and coding for repmgr client utility
This commit is contained in:
6
repmgr.h
6
repmgr.h
@@ -5,12 +5,16 @@
|
||||
#ifndef _REPMGR_H_
|
||||
#define _REPMGR_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.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
|
||||
|
||||
// to errcodes.h
|
||||
#define SUCCESS 0
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user