pgsql: Adjust input value to WaitEventSetWait() in ExecAppendAsyncEvent

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust input value to WaitEventSetWait() in ExecAppendAsyncEvent
Date: 2021-04-06 10:15:41
Message-ID: E1lTikH-0005EJ-QL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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: https://postgr.es/m/3411577.1617289776%40sss.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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-04-06 10:43:17 Re: pgsql: Implement pipeline mode in libpq
Previous Message Peter Eisentraut 2021-04-06 09:56:22 pgsql: ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION