Vacuum problem - Mailing list pgsql-general

From Peter Darley
Subject Vacuum problem
Date
Msg-id NNEAICKPNOGDBHNCEDCPEEMICMAA.pdarley@kinesis-cem.com
Whole thread Raw
Responses Re: Vacuum problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Friends,
    I have a problem with my database: whenever I do a vacuum I get a message
that reads:

NOTICE:  RelationBuildDesc: can't open pg_temp_25807_9: No such file or
directory
ERROR:  _mdfd_getrelnfd: cannot open relation pg_temp_25807_9: No such file
or directory

    It seems that a temp table was dropped from the db without being deleted
from pg_class.

    My questions are these:  Is this an indication that there's something
horribly wrong with my db?  If I just delete the record from pg_class
(delete from pg_class where relname='pg_temp_25807_9';) will I cause more
harm to the db or fix the problem?  If I do have a big problem, what
suggestions do people have for resolving it?

Thanks,
Peter Darley


pgsql-general by date:

Previous
From: "Bolden, Thomas"
Date:
Subject: trigger column update
Next
From: Tom Lane
Date:
Subject: Re: performance with triggers depends on table size?