Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f03b81f

Browse files
committed
Properly fix multimaster compatibility with rsocket
1 parent f5e6d45 commit f03b81f

File tree

4 files changed

+3
-29
lines changed

4 files changed

+3
-29
lines changed

arbiter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#include "common/ip.h"
6767
#include "pgstat.h"
6868

69-
#include "compat.h"
69+
#include "common/pg_socket.h"
7070

7171
#ifndef USE_EPOLL
7272
#ifdef __linux__

compat.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#include "ddd.h"
8484
#include "state.h"
8585

86-
#include "compat.h"
86+
#include "common/pg_socket.h"
8787

8888
typedef struct {
8989
TransactionId xid; /* local transaction ID */

pglogical_receiver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#include "spill.h"
5050
#include "state.h"
5151
#include "bgwpool.h"
52-
#include "compat.h"
52+
#include "common/pg_socket.h"
5353

5454
#define ERRCODE_DUPLICATE_OBJECT_STR "42710"
5555
#define RECEIVER_SUSPEND_TIMEOUT (1*USECS_PER_SEC)

0 commit comments

Comments
 (0)