Re: Concurrent transaction problem - Mailing list pgsql-general

From Ing. Michael Petroni
Subject Re: Concurrent transaction problem
Date
Msg-id 5.0.0.25.2.20001217123449.00a73890@pop.mail.yahoo.com
Whole thread Raw
In response to Re: Concurrent transaction problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I've compiled it from source, config was done with the following params:

./configure  --prefix=/usr/local/pgsql

As far as know there's no binary distribution for FreeBSD ;-(


regards,
mike


At 21:55 16.12.00 -0500, Tom Lane wrote:
>"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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Concurrent transaction problem
Next
From: "Brett W. McCoy"
Date:
Subject: Whoohoo!