Re: 8.5devel: unexpected and illogical error during transaction, but transaction don't rolled back - Mailing list pgsql-general

From Greg Stark
Subject Re: 8.5devel: unexpected and illogical error during transaction, but transaction don't rolled back
Date
Msg-id 407d949e1002100317od193317t846097d0f70fde8c@mail.gmail.com
Whole thread Raw
In response to 8.5devel: unexpected and illogical error during transaction, but transaction don't rolled back  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Responses Re: 8.5devel: unexpected and illogical error during transaction, but transaction don't rolled back  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-general
On Wed, Feb 10, 2010 at 6:59 AM, A. Kretschmer
<andreas.kretschmer@schollglas.com> wrote:
> test=*# analyse table_a;
> ERROR:  canceling autovacuum task
> CONTEXT:  automatic vacuum of table "test.public.table_a"
> ANALYZE
> Time: 1235,600 ms
>
>
> I think, that's not an ERROR, just a NOTICE for me. And yes, the
> transaction isn't rolled back, so it isn't an error.

Did you start the server from the same terminal? I think the ERROR and
CONTEXT line come from the server, not psql and are expected
behaviour.


--
greg

pgsql-general by date:

Previous
From: Carsten Kropf
Date:
Subject: Re: Extending SQL in C using VARIABLE length type
Next
From: Yeb Havinga
Date:
Subject: Re: Extending SQL in C using VARIABLE length type