mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Remove PID from 'parallel worker' context message.
Discussion: <bfd204ab-ab1a-792a-b345-0274a09a4b5f@2ndquadrant.com>
This commit is contained in:
@ -64,8 +64,8 @@ explain (costs off)
|
||||
(5 rows)
|
||||
|
||||
do $$begin
|
||||
-- Provoke error in worker. The original message CONTEXT contains a worker
|
||||
-- PID that must be hidden in the test output.
|
||||
-- Provoke error, possibly in worker. If this error happens to occur in
|
||||
-- the worker, there will be a CONTEXT line which must be hidden.
|
||||
perform stringu1::int2 from tenk1 where unique1 = 1;
|
||||
exception
|
||||
when others then
|
||||
|
@ -30,8 +30,8 @@ explain (costs off)
|
||||
select stringu1::int2 from tenk1 where unique1 = 1;
|
||||
|
||||
do $$begin
|
||||
-- Provoke error in worker. The original message CONTEXT contains a worker
|
||||
-- PID that must be hidden in the test output.
|
||||
-- Provoke error, possibly in worker. If this error happens to occur in
|
||||
-- the worker, there will be a CONTEXT line which must be hidden.
|
||||
perform stringu1::int2 from tenk1 where unique1 = 1;
|
||||
exception
|
||||
when others then
|
||||
|
Reference in New Issue
Block a user