mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Properly declare FeBeWaitSet.
Surprising that this worked on a number of systems. Reported by buildfarm member longfin.
This commit is contained in:
@ -165,6 +165,7 @@ static PQcommMethods PqCommSocketMethods = {
|
|||||||
|
|
||||||
PQcommMethods *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;
|
extern bool ssl_loaded_verify_locations;
|
||||||
|
|
||||||
WaitEventSet *FeBeWaitSet;
|
extern WaitEventSet *FeBeWaitSet;
|
||||||
|
|
||||||
/* GUCs */
|
/* GUCs */
|
||||||
extern char *SSLCipherSuites;
|
extern char *SSLCipherSuites;
|
||||||
|
Reference in New Issue
Block a user