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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy