Re: Concurrent transaction problem

Поиск
Список
Период
Сортировка
От Ing. Michael Petroni
Тема Re: Concurrent transaction problem
Дата
Msg-id 5.0.0.25.2.20001217123449.00a73890@pop.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Concurrent transaction problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Concurrent transaction problem
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Whoohoo!