mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
rempgr: don't link to backend functions
The intent was to avoid maintaining duplicate code, but this approach makes it difficult to build Debian packages (see GitHub #261). As the functions in question are quite compact and unlikely to change, we'll just use the adapted versions provided for 9.5 and earlier.
This commit is contained in:
6
repmgr.c
6
repmgr.c
@@ -62,13 +62,7 @@
|
||||
#include "check_dir.h"
|
||||
#include "strutil.h"
|
||||
#include "version.h"
|
||||
|
||||
#if (PG_VERSION_NUM < 90600)
|
||||
#include "compat.h"
|
||||
#else
|
||||
#include "fe_utils/string_utils.h"
|
||||
#include "postgres_fe.h"
|
||||
#endif
|
||||
|
||||
#ifndef RECOVERY_COMMAND_FILE
|
||||
#define RECOVERY_COMMAND_FILE "recovery.conf"
|
||||
|
||||
Reference in New Issue
Block a user