Re: Regression errors on beta1?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regression errors on beta1?
Дата
Msg-id 20585.1093714163@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Regression errors on beta1?  (Mike Nolan <nolan@gw.tssi.com>)
Ответы Re: Regression errors on beta1?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Robert Creager <Robert_Creager@LogicalChaos.org> writes:
> The following happened in a few tests:

>                 DROP TABLE foo;
>                 CREATE TABLE bar (a int);
>         ROLLBACK TO SAVEPOINT one;
> ! WARNING:  AbortSubTransaction while in ABORT state
> ! ERROR:  relation 141422 deleted while still in use
> ! server closed the connection unexpectedly
> !       This probably means the server terminated abnormally
> !       before or while processing the request.
> ! connection to server was lost

This is the actual failure --- the other noises are just the side
effects of a backend crash.

It looks the same as the one I just reported on in pghackers.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Functon no longer supported. Why?
Следующее
От: Ioannis Theoharis
Дата:
Сообщение: Re: About inheritance