From: | "Ian Cass" <ian(dot)cass(at)mBlox(dot)com> |
---|---|
To: | "Gunther Schadow" <gunther(at)aurora(dot)regenstrief(dot)org> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: select failure |
Date: | 2002-06-09 18:58:19 |
Message-ID: | 001501c20fe7$a92436a0$1af11f3e@xenon |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Debian apt-get installed 7.2.1. No I don't have ppl deleting files.
What do I need to do to fix it?
Worst case, I can probably remove the table and rebuild it. Although it
contains about 27million rows and will take 2 or 3 days to rebuild.
Thing is, how did it happen and is it likely to happen again?
--
Ian Cass
----- Original Message -----
From: "Gunther Schadow" <gunther(at)aurora(dot)regenstrief(dot)org>
To: "Ian Cass" <ian(dot)cass(at)mblox(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Sent: Sunday, June 09, 2002 7:10 PM
Subject: Re: [SQL] select failure
> Ian Cass wrote:
>
> > Ideas where I should look for the answer to this problem & how I should
fix
> > it?
> >
> > observer=# select host, current_route, count(current_route)
> > observer-# from messages_200205
> > observer-# group by host, current_route;
> > FATAL 2: open of /var/lib/postgres/data/pg_clog/0534 failed: No such
file
> > or directory
>
>
> OUCH! that looks quite bad. It's a postgresql internal error.
> What version of PostgreSQL do you run? Is this some beta version?
> Or do you have someone deleting files randomly?
>
> regards,
> -Gunther
>
>
>
> --
> Gunther Schadow, M.D., Ph.D. gschadow(at)regenstrief(dot)org
> Medical Information Scientist Regenstrief Institute for Health Care
> Adjunct Assistant Professor Indiana University School of Medicine
> tel:1(317)630-7960 http://aurora.regenstrief.org
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-06-09 19:00:58 | Re: Support for distributed queries with semijoins could be possible, if ... |
Previous Message | Tom Lane | 2002-06-09 18:57:06 | Re: Q: will GROUP BY make use of an index to return tuples early? |