Re: Concurrent transaction problem - Mailing list pgsql-general

From Tom Lane
Subject Re: Concurrent transaction problem
Date
Msg-id 19665.977021736@sss.pgh.pa.us
Whole thread Raw
In response to Concurrent transaction problem  ("Ing. Michael Petroni" <mpetroni@yahoo.com>)
Responses Re: Concurrent transaction problem  ("Ing. Michael Petroni" <mpetroni@yahoo.com>)
List pgsql-general
"Ing. Michael Petroni" <mpetroni@yahoo.com> writes:
> tr_master=# begin;
> BEGIN
> tr_master=# set transaction isolation level serializable;
> SET VARIABLE
> tr_master=# select * from seq;
> NOTICE:  current transaction is aborted, queries ignored until end of
> transaction block
> *ABORT STATE*
> tr_master=#

I can't reproduce this.  It seems something is fairly broken with your
installation.  Did you compile the source yourself (if so with what
compiler and what configuration options?), or use an RPM (if so,
from where?)

            regards, tom lane

pgsql-general by date:

Previous
From: "Ing. Michael Petroni"
Date:
Subject: Concurrent transaction problem
Next
From: "Ing. Michael Petroni"
Date:
Subject: Re: Concurrent transaction problem