Re: Problem on PG7.2.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Roberto Fichera <kernel(at)tekno-soft(dot)it>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem on PG7.2.2
Date: 2002-09-23 14:40:13
Message-ID: 21462.1032792013@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Roberto Fichera <kernel(at)tekno-soft(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-09-23 14:48:30 Re: [SQL] Monitoring a Query
Previous Message Aaron Held 2002-09-23 14:31:18 Re: [SQL] Monitoring a Query