From: | Brendan Duddridge <brendan(at)clickspace(dot)com> |
---|---|
To: | PostgreSQL-general General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: page is uninitialized? |
Date: | 2006-04-19 08:23:17 |
Message-ID: | 16A5FF32-F96E-4047-93B4-C10314062435@clickspace.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
Shortly after posting this message, I received the following error also:
PANIC: right sibling is not next child in
"category_product__is_active_idx"
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
Are the two related in anyway? I'm starting to feel like my database
is falling apart at the seams.
Thanks,
____________________________________________________________________
Brendan Duddridge | CTO | 403-277-5591 x24 | brendan(at)clickspace(dot)com
ClickSpace Interactive Inc.
Suite L100, 239 - 10th Ave. SE
Calgary, AB T2G 0V9
On Apr 19, 2006, at 2:16 AM, Brendan Duddridge wrote:
> Hi,
>
> I was doing a vacuum analyze verbose on my database today and I
> noticed the following message printed out:
>
> WARNING: relation "category_product" page 128979 is uninitialized
> --- fixing
> WARNING: relation "category_product" page 128980 is uninitialized
> --- fixing
> WARNING: relation "category_product" page 128981 is uninitialized
> --- fixing
> WARNING: relation "category_product" page 128982 is uninitialized
> --- fixing
>
> Could that be due to updates occurring at the same time as
> vacuuming? There was a heavy process running
> at the time that was updating the category_product table.
>
> Thanks,
>
>
> ____________________________________________________________________
> Brendan Duddridge | CTO | 403-277-5591 x24 | brendan(at)clickspace(dot)com
>
> ClickSpace Interactive Inc.
> Suite L100, 239 - 10th Ave. SE
> Calgary, AB T2G 0V9
>
> http://www.clickspace.com
>
From | Date | Subject | |
---|---|---|---|
Next Message | Brendan Duddridge | 2006-04-19 08:41:38 | Re: page is uninitialized? |
Previous Message | Brendan Duddridge | 2006-04-19 08:16:03 | page is uninitialized? |