Skip to content

Commit 077f011

Browse files
committed
Fix debian cossversion building
1 parent 8b96f89 commit 077f011

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pglogical_create_subscriber.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
#include <sys/stat.h>
2222
#include <unistd.h>
2323

24+
#include "libpq-fe.h"
25+
#include "libpq-int.h"
26+
2427
#define FRONTEND 1
2528
#include "postgres.h"
2629

2730
#include "getopt_long.h"
2831

29-
#include "libpq-fe.h"
30-
#include "libpq-int.h"
31-
3232
#include "miscadmin.h"
3333

3434
#include "access/hash.h"

pglogical_dump

0 commit comments

Comments
 (0)