pgsql: Adjust input value to WaitEventSetWait() in ExecAppendAsyncEvent

Started by Etsuro Fujitaover 5 years ago1 messagescomitters
Jump to latest
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp

Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().

Adjust the number of events given to WaitEventSetWait() so that it
doesn't exceed the maximum number of events in the WaitEventSet given
to that function (set->nevents_space) in hopes of making the buildfarm
green.

Per valgrind failure report from Tom Lane and the buildfarm.

Author: Etsuro Fujita
Discussion: /messages/by-id/3411577.1617289776@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a8af856d3257138590788e40eb84049def147acf

Modified Files
--------------
src/backend/executor/nodeAppend.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)