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

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема 8.5devel: unexpected and illogical error during transaction, but transaction don't rolled back
Дата
Msg-id 20100210065914.GA17605@a-kretschmer.de
обсуждение исходный текст
Ответы Re: 8.5devel: unexpected and illogical error during transaction, but transaction don't rolled back  (Greg Stark <gsstark@mit.edu>)
Список pgsql-general
Hi all,

I'm playing with 8.5devel aka 9.0 and got that:

test=# with a as
          (insert into table_a select s, md5(s::text) from generate_series(0,250000) s returning *),
     b as
          (insert into table_b select id, md5(value) from a where substring(value,1,1) between '0' and '9')
select true;
 bool
------
 t
(1 row)

Time: 4167,579 ms
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.

Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431  2EB0 389D 1DC2 3172 0C99

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: more than 2GB data string save
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: more than 2GB data string save