Re: Concurrent transaction problem

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

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brett W. McCoy 2000-12-17 22:56:57 Whoohoo!
Previous Message Martin Jacobs 2000-12-17 10:53:05 Re: postmaster of 7.0.3 listening but pslq cannot connect - solved