[HACKERS] parallel worker (PID ) exited with exit code 1

Поиск
Список
Период
Сортировка
От tushar
Тема [HACKERS] parallel worker (PID ) exited with exit code 1
Дата
Msg-id dd14a29f-0ca0-7283-ff8b-163f50e16554@enterprisedb.com
обсуждение исходный текст
Ответы Re: [HACKERS] parallel worker (PID ) exited with exit code 1  (Michael Paquier <michael.paquier@gmail.com>)
Re: [HACKERS] parallel worker (PID ) exited with exit code 1  (Bernd Helmle <mailings@oopsware.de>)
Re: [HACKERS] parallel worker (PID ) exited with exit code 1  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Jesper Pedersen
Дата:
Сообщение: Re: [HACKERS] [POC] hash partitioning
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] [PATCH] Assert that the correct locks are held whencalling PageGetLSN()