mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Add configure option --with-bdr-only
Builds repmgr with only BDR functionality; other code is disabled at critical points.
This commit is contained in:
7
repmgr.h
7
repmgr.h
@@ -2,6 +2,12 @@
|
||||
* repmgr.h
|
||||
* Copyright (c) 2ndQuadrant, 2010-2017
|
||||
*/
|
||||
|
||||
#ifndef _REPMGR_CONFIG_H
|
||||
#define _REPMGR_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef _REPMGR_H_
|
||||
#define _REPMGR_H_
|
||||
|
||||
@@ -12,6 +18,7 @@
|
||||
#include <postgres_fe.h>
|
||||
#include <pqexpbuffer.h>
|
||||
|
||||
|
||||
#include "repmgr_version.h"
|
||||
#include "errcode.h"
|
||||
#include "strutil.h"
|
||||
|
||||
Reference in New Issue
Block a user