Re: Problem on PG7.2.2 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problem on PG7.2.2
Date
Msg-id 21462.1032792013@sss.pgh.pa.us
Whole thread Raw
In response to Problem on PG7.2.2  (Roberto Fichera <kernel@tekno-soft.it>)
Responses Re: Problem on PG7.2.2  (Roberto Fichera <kernel@tekno-soft.it>)
Re: Problem on PG7.2.2  (Roberto Fichera <kernel@tekno-soft.it>)
List pgsql-hackers
Roberto Fichera <kernel@tekno-soft.it> writes:
> database=# select count(*) from detail;
>   count
> --------
>   181661
> (1 row)

> database=# select count(*) from detail;
>   count
> --------
>   181660
> (1 row)

> database=# select count(*) from detail;
> FATAL 2:  open of /var/lib/pgsql/data/pg_clog/0303 failed: No such file or 
> directory

[ blinks... ]  That's with no one else modifying the table meanwhile?

I think you've got *serious* hardware problems.  Hard to tell if it's
disk or memory, but get out those diagnostic programs now ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: DROP COLUMN misbehaviour with multiple inheritance
Next
From: Roberto Fichera
Date:
Subject: Re: Problem on PG7.2.2