Re: BUG #15726: parallel queries failed ERROR: invalid name syntax CONTEXT: parallel worker
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: tiago_anastacio@yahoo.fr, pgsql-bugs@lists.postgresql.org
Date: 2019-04-01T13:29:25Z
Lists: pgsql-bugs
On Mon, Apr 01, 2019 at 11:12:16AM +0000, PG Bug reporting form wrote: > appli3=# select count(*) from appli3adm.test1; > ERROR: invalid name syntax > CONTEXT: parallel worker I cannot reproduce your problem at hand on HEAD or REL_11_STABLE, though I can get the same place as you do. The error message is very specific to varlena.c or regproc.c, so that's a clear hint, but I am wondering what's wrong. > include_if_exists = > '/home/appli3/appli/connexion/dbaappli3/custom/postgresql_custom.conf' Do you have anything specific in that? -- Michael
Commits
-
When restoring GUCs in parallel workers, show an error context.
- 3af7c64fe70c 12.1 landed
- 6737111a7ae1 11.6 landed
- 89a3cdb32a9e 10.11 landed
- fd5ffa425dfb 9.6.16 landed
- cdbb3921308e 9.5.20 landed
- 3c8c55dd5445 13.0 landed
-
Defer restoration of libraries in parallel workers.
- 6c3c9d418918 12.0 cited