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

Commit 7fa0064

Browse files
committed
Properly declare FeBeWaitSet.
Surprising that this worked on a number of systems. Reported by buildfarm member longfin.
1 parent 98a64d0 commit 7fa0064

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/backend/libpq/pqcomm.c

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ static PQcommMethods PqCommSocketMethods = {
165165

166166
PQcommMethods *PqCommMethods = &PqCommSocketMethods;
167167

168+
WaitEventSet *FeBeWaitSet;
168169

169170

170171
/* --------------------------------

src/include/libpq/libpq.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ extern ssize_t secure_raw_write(Port *port, const void *ptr, size_t len);
9696

9797
extern bool ssl_loaded_verify_locations;
9898

99-
WaitEventSet *FeBeWaitSet;
99+
extern WaitEventSet *FeBeWaitSet;
100100

101101
/* GUCs */
102102
extern char *SSLCipherSuites;

0 commit comments

Comments
 (0)