Re: pgsql: SQL-standard function body - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: SQL-standard function body
Date
Msg-id 1730972.1617836766@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: SQL-standard function body  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: SQL-standard function body
List pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> On 2021-04-07 19:53:35 +0000, Peter Eisentraut wrote:
>> SQL-standard function body

> This is turning the BF red:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=rhinoceros&dt=2021-04-07%2022%3A52%3A19
> 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.

            regards, tom lane



pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: SQL-standard function body
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Teach VACUUM to bypass unnecessary index vacuuming.