Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7fa0064

Browse files
committed
Properly declare FeBeWaitSet.
Surprising that this worked on a number of systems. Reported bybuildfarm member longfin.
1 parent98a64d0 commit7fa0064

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
externboolssl_loaded_verify_locations;
9898

99-
WaitEventSet*FeBeWaitSet;
99+
externWaitEventSet*FeBeWaitSet;
100100

101101
/* GUCs */
102102
externchar*SSLCipherSuites;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp