Re: pgsql: SQL-standard function body

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: SQL-standard function body
Date: 2021-04-08 01:33:18
Message-ID: CAApHDvo4-Uqr3jPf7O0iHgy4igdGVRX8qYtkahqBws1sRnrRRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, 8 Apr 2021 at 11:06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Andres Freund <andres(at)anarazel(dot)de> writes:
>
> > Might be force_parallel_mode=regress related.
>
> Yeah. On my machine, it's fine without force_parallel_mode and
> crashes with that. Looks like query text is not getting passed
> to the parallel worker in some cases.

I wonder if it would be worth adding a regression test run of the core
tests during make check-world with force_parallel_mode set to regress.

But maybe people running the tests on slow machines might not be a fan
of that idea.

David

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-04-08 01:50:17 Re: pgsql: SQL-standard function body
Previous Message Peter Geoghegan 2021-04-07 23:15:31 pgsql: Teach VACUUM to bypass unnecessary index vacuuming.