Re: BUG #15726: parallel queries failed ERROR: invalid name syntax CONTEXT: parallel worker

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Daniel Gustafsson <dgustafsson(at)pivotal(dot)io>, ANASTACIO Tiago <tiago_anastacio(at)yahoo(dot)fr>, Peter Geoghegan <pg(at)bowt(dot)ie>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15726: parallel queries failed ERROR: invalid name syntax CONTEXT: parallel worker
Date: 2019-04-11 15:04:14
Message-ID: 11677.1554995054@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> Thanks for the review. How about this?

> postgres=# set force_parallel_mode = on;
> SET
> postgres=# select 42;
> psql: ERROR: invalid name syntax
> CONTEXT: while setting parameter "default_text_search_config" to ""
> in a parallel worker process
> parallel worker

The extra appearance of "parallel worker" seems a bit redundant,
though I don't know if we can get rid of it.

Could we at least be consistent about whether the context is
"parallel worker" or "parallel worker process"?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2019-04-11 15:06:36 Re: List of issues with 4.5 that need to be fixed
Previous Message Christopher Browne 2019-04-11 15:01:55 Re: List of issues with 4.5 that need to be fixed