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

Commit b52999d

Browse files
committed
fix import of pg_socket.h
1 parent 07e3d42 commit b52999d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "funcapi.h"
1414
#include "fmgr.h"
1515
#include "miscadmin.h"
16-
#include "pg_socket.h"
16+
#include "common/pg_socket.h"
1717

1818
#include "libpq-fe.h"
1919
#include "lib/stringinfo.h"

pglogical_receiver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "postgres.h"
2020
#include "fmgr.h"
2121
#include "miscadmin.h"
22-
#include "pg_socket.h"
22+
#include "common/pg_socket.h"
2323
#include "pqexpbuffer.h"
2424
#include "access/xact.h"
2525
#include "access/clog.h"

0 commit comments

Comments
 (0)