mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Allow repmgr to be compiled with a libpq newer than PostgreSQL
Fixes #44
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
#include <string.h>
|
||||
|
||||
/* NB: postgres_fe must be included BEFORE check_dir */
|
||||
#include "postgres_fe.h"
|
||||
#include <libpq-fe.h>
|
||||
#include <postgres_fe.h>
|
||||
#include "check_dir.h"
|
||||
|
||||
#include "strutil.h"
|
||||
|
||||
Reference in New Issue
Block a user