Content-Length: 284225 | pFad | http://github.com/postgrespro/postgres_cluster/commit/7fa0064092e135415a558dc3c4d7393d14ab6d8e

2A Properly declare FeBeWaitSet. · postgrespro/postgres_cluster@7fa0064 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/7fa0064092e135415a558dc3c4d7393d14ab6d8e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy