Postgres 11.2 given error "Failed to initialize transaction_deferrable to 0"

From: Amul <amulpatel12345(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Postgres 11.2 given error "Failed to initialize transaction_deferrable to 0"
Date: 2019-12-11 11:27:04
Message-ID: 1576063624947-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-bugs by date

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