[HACKERS] parallel worker (PID ) exited with exit code 1 - Mailing list pgsql-hackers

From tushar
Subject [HACKERS] parallel worker (PID ) exited with exit code 1
Date
Msg-id dd14a29f-0ca0-7283-ff8b-163f50e16554@enterprisedb.com
Whole thread Raw
Responses Re: [HACKERS] parallel worker (PID ) exited with exit code 1
Re: [HACKERS] parallel worker (PID ) exited with exit code 1
Re: [HACKERS] parallel worker (PID ) exited with exit code 1
List pgsql-hackers
Hi,

I got some few queries after running sqlsmith against PG HEAD , where i 
am getting LOG message like - "parallel worker (PID) exited with exit 
code 1"

set force_parallel_mode =1; select          pg_catalog.pg_wal_replay_pause() as c0,          ref_0.ev_type as c1       
from         pg_catalog.pg_rewrite as ref_0        where ref_0.ev_enabled > ref_0.ev_type        limit 53;
 

2017-10-06 13:15:34.785 BST [5680] LOG:  background worker "parallel 
worker" (PID 5964) exited with exit code 1
ERROR:  recovery is not in progress
HINT:  Recovery control functions can only be executed during recovery.
CONTEXT:  parallel worker

-- 
regards,tushar
EnterpriseDB  https://www.enterprisedb.com/
The Enterprise PostgreSQL Company



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Jesper Pedersen
Date:
Subject: Re: [HACKERS] [POC] hash partitioning
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] [PATCH] Assert that the correct locks are held whencalling PageGetLSN()