Re: 8.5devel: unexpected and illogical error during transaction, but transaction don't rolled back

From: Greg Stark <gsstark(at)mit(dot)edu>
To: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.5devel: unexpected and illogical error during transaction, but transaction don't rolled back
Date: 2010-02-10 11:17:59
Message-ID: 407d949e1002100317od193317t846097d0f70fde8c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Feb 10, 2010 at 6:59 AM, A. Kretschmer
<andreas(dot)kretschmer(at)schollglas(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yeb Havinga 2010-02-10 11:20:46 Re: Extending SQL in C using VARIABLE length type
Previous Message Carsten Kropf 2010-02-10 11:09:18 Re: Extending SQL in C using VARIABLE length type