Re: [HACKERS] vacuum problem

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tih(at)nhh(dot)no (Tom Ivar Helbekkmo)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] vacuum problem
Date: 1998-08-27 01:09:12
Message-ID: 199808270109.VAA09932@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
>
> > vacuum still doesn't work for me.
> >
> > I did a regresion test and found the sanity_check test failed. The
> > result shows that the backend died while doing vacuum. I destroyed and
> > re-created the regression database. Vacuum for a fresh database seems
> > working.
>
> Did a "cvs update" today, dumped my existing databases with pg_dump,
> built and installed the new system. On a newly created database, with
> no tables defined, vacuum works (or, at least, claims to). For a
> production database with lots of tables, indices and sequences, the
> following happens:
>
> nhh=> vacuum;
> ERROR: fmgr_info: function 28261: cache lookup failed

I can find no mention of that number anywhere in the sources. Can you?

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Black 1998-08-27 02:50:18 Re: PostgreSQL under BSD/OS
Previous Message Bruce Momjian 1998-08-27 01:03:42 Re: pg_attribute typo??