Postgres 11.2 given error "Failed to initializetransaction_deferrable to 0" - Mailing list pgsql-bugs

From Amul
Subject Postgres 11.2 given error "Failed to initializetransaction_deferrable to 0"
Date
Msg-id 1576063624947-0.post@n3.nabble.com
Whole thread Raw
List pgsql-bugs
Hi All,

I have installed postgres 11.2 and i am executing parallel queries with huge
data. So while executing, sometimes postgres given error "Failed to
initialize transaction_deferrable to 0" and sometimes query executes
successfully. Following error log generated by postgres.

LOG:  SET TRANSACTION [NOT] DEFERRABLE must be called before any query
2019-10-29 18:43:03.921 FATAL:  failed to initialize transaction_deferrable
to 0
2019-10-30 05:43:03.924 ERROR:  failed to initialize transaction_deferrable
to 0
2019-10-30 05:43:03.924 CONTEXT:  parallel worker
2019-10-30 05:43:03.924 STATEMENT:  <Query>
2019-10-30 05:43:03.924 LOG:  background worker "parallel worker" (PID
31604) exited with exit code 1

I just need to know about this bug.


Thanks,
Amul Patel



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-bugs-f2117394.html



pgsql-bugs by date:

Previous
From: Roman Cervenak
Date:
Subject: Re: Memory leak (possibly connected to postgis) leading to server crash
Next
From: PG Bug reporting form
Date:
Subject: BUG #16159: recovery requests WALs for the next timelines before timeline switch LSN has been reached