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

Commit 96799a1

Browse files
committed
Optimize port assignment for RDMA socket
2 parents 47dee01 + 10e71c9 commit 96799a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/pg_rsocket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#ifdef WITH_RSOCKET
2222

2323
#include <pthread.h>
24+
2425
/*
2526
* Copy of defines from dynloader.h
2627
*/
@@ -94,7 +95,6 @@ get_function(const char *name)
9495

9596
static pthread_mutex_t rsocket_init_mutex = PTHREAD_MUTEX_INITIALIZER;
9697

97-
9898
/*
9999
* Loads librdmacm and loads pointers to rsocket functions
100100
*/

0 commit comments

Comments
 (0)