Properly declare FeBeWaitSet.

Surprising that this worked on a number of systems. Reported by
buildfarm member longfin.
This commit is contained in:
Andres Freund 2016-03-21 12:58:18 +01:00
parent 98a64d0bd7
commit 7fa0064092
2 changed files with 2 additions and 1 deletions

View File

@ -165,6 +165,7 @@ static PQcommMethods PqCommSocketMethods = {
PQcommMethods *PqCommMethods = &PqCommSocketMethods;
WaitEventSet *FeBeWaitSet;
/* --------------------------------

View File

@ -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;