Re: Concurrent transaction problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ing(dot) Michael Petroni" <mpetroni(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Concurrent transaction problem
Date: 2000-12-17 02:55:36
Message-ID: 19665.977021736@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ing. Michael Petroni" <mpetroni(at)yahoo(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message lucian00 2000-12-17 06:56:54 LM devel GLIB2_2
Previous Message Stephan Szabo 2000-12-17 02:01:57 Re: Foreign Keys and OIDs