> On Tue, May 20, 2025 at 11:57 AM Dilip Kumar wrote:
>
> On Mon, May 5, 2025 at 11:19 AM DIPESH DHAMELIYA
> wrote:
> >
> > Hello everyone,
> >
> > With the commit 556f7b7bc18d34ddec45392965c3b3038206bb62, Any plpgsql
> > function that returns scalar
Hello everyone,
With the commit 556f7b7bc18d34ddec45392965c3b3038206bb62, Any plpgsql
function that returns scalar value would not be able to use parallelism to
evaluate a return statement. It will not be considered for parallel
execution because we are passing maxtuples = 2 to exec_run_select fro