Commit 7fa00640 authored by Andres Freund's avatar Andres Freund

Properly declare FeBeWaitSet.

Surprising that this worked on a number of systems. Reported by
buildfarm member longfin.
parent 98a64d0b
......@@ -165,6 +165,7 @@ static PQcommMethods PqCommSocketMethods = {
PQcommMethods *PqCommMethods = &PqCommSocketMethods;
WaitEventSet *FeBeWaitSet;
/* --------------------------------
......
......@@ -96,7 +96,7 @@ extern ssize_t secure_raw_write(Port *port, const void *ptr, size_t len);
extern bool ssl_loaded_verify_locations;
WaitEventSet *FeBeWaitSet;
extern WaitEventSet *FeBeWaitSet;
/* GUCs */
extern char *SSLCipherSuites;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment