Re: Really odd corruption problem: cannot open pg_aggregate: No such file or directory

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Adam Haberlach <adam(at)newsnipple(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Really odd corruption problem: cannot open pg_aggregate: No such file or directory
Date: 2003-07-24 17:39:19
Message-ID: m365lru8mw.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Adam Haberlach <adam(at)newsnipple(dot)com> writes:

> So, one of the many machines that I support seems to have developed
> an incredibly odd and specific corruption that I've never seen before.
>
> Whenever a query requiring an aggregate is attempted, it spits out:
> cannot open pg_aggregate: No such file or directory
> and fails.

Why not use 'strace' to see what file the backend is actually trying
to open?

-Doug

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-24 17:44:44 Re: Really odd corruption problem: cannot open pg_aggregate: No such file or directory
Previous Message scott.marlowe 2003-07-24 17:29:39 Re: Really odd corruption problem: cannot open pg_aggregate: