From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "Manuel Lamas" <manuel3w(at)hotmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: DeleteTransactionInProgress y InsertTransactionInProgress |
Date: | 2007-09-25 05:04:47 |
Message-ID: | c2d9e70e0709242204u5eadca03w3c83e8d1ae587dc0@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 9/24/07, Manuel Lamas <manuel3w(at)hotmail(dot)com> wrote:
> haciendo un VACUUM ANALYSE FULL me salio esto varias veces :
>
> relation "pg_type" TID 19/42: DeleteTransactionInProgress 21295473 --- can't shrink relation
>
> NOTICE: relation "pg_attribute" TID 88/46: DeleteTransactionInProgress 21295473 --- can't shrink relation
>
> NOTICE: relation "pg_attribute" TID 88/55: InsertTransactionInProgress 21295473 --- can't shrink relation
>
> Hago un vacuum regularmente y me salio esto por la primera vez.
>
> Es algo malo ?
>
no. es postgres evitando hacer algo cuando no esta seguro de si podra
hacerlo sin corromper tus datos...
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | paboez@terra.es | 2007-09-25 05:51:44 | Filas estimadas-contadas |
Previous Message | Manuel Lamas | 2007-09-25 04:41:19 | DeleteTransactionInProgress y InsertTransactionInProgress |