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

Commit bbfb53b

Browse files
za-arthurkelvich
authored andcommitted
Remove #include <rdma/rsocket.h>
1 parent 83b59ca commit bbfb53b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

arbiter.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
#include <time.h>
1919
#include <fcntl.h>
2020

21-
#ifdef WITH_RSOCKET
22-
#include <rdma/rsocket.h>
23-
#endif
24-
2521
#include "postgres.h"
2622
#include "fmgr.h"
2723
#include "miscadmin.h"

pglogical_receiver.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
*/
1515

1616
/* Some general headers for custom bgworker facility */
17-
#ifdef WITH_RSOCKET
18-
#include <rdma/rsocket.h>
19-
#endif
2017

2118
#include <unistd.h>
2219
#include "postgres.h"

0 commit comments

Comments
 (0)