forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita8af856

Etsuro Fujita
Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().
Adjust the number of events given to WaitEventSetWait() so that itdoesn't exceed the maximum number of events in the WaitEventSet givento that function (set->nevents_space) in hopes of making the buildfarmgreen.Per valgrind failure report from Tom Lane and the buildfarm.Author: Etsuro FujitaDiscussion:https://postgr.es/m/3411577.1617289776%40sss.pgh.pa.us1 parent82ed774 commita8af856
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1001 | 1001 |
| |
1002 | 1002 |
| |
1003 | 1003 |
| |
| 1004 | + | |
1004 | 1005 |
| |
1005 | 1006 |
| |
1006 | 1007 |
| |
| |||
1022 | 1023 |
| |
1023 | 1024 |
| |
1024 | 1025 |
| |
| 1026 | + | |
1025 | 1027 |
| |
1026 |
| - | |
| 1028 | + | |
1027 | 1029 |
| |
1028 | 1030 |
| |
1029 | 1031 |
| |
|
0 commit comments
Comments
(0)