Transaction serialization

From: Dusan Milanov <dusanmilanov(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Transaction serialization
Date: 2016-06-23 16:13:25
Message-ID: CAE7sK9h=t6_sxHm=oyiYoRnMBF41DLApgZAVhZiUsNBYviLATw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

A question about transactions: does postgres report serialization errors
before a transaction is committed? Obviously, it does on commit, but how
about previous statements? Can there be an
ERRCODE_T_R_SERIALIZATION_FAILURE error as a response to anything else but
the commit?

Best regards,

Dusan Milanov

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sameer Kumar 2016-06-23 16:25:24 Re: What Causes Access Exclusive Lock?
Previous Message Adrian Klaver 2016-06-23 15:57:28 Re: What Causes Access Exclusive Lock?