Re: [HACKERS] VACUUM ANALYZE Problem

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jamesh(at)interpath(dot)com (James Hughes)
Cc: vadim(at)sable(dot)krasnoyarsk(dot)su, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] VACUUM ANALYZE Problem
Date: 1998-02-03 19:25:56
Message-ID: 199802031925.OAA21722@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
>
> After poking arround some more, I found that the "vacuum analyze" is
> causing problems with the "<" and ">" operators. The "> 0" in the SELECT
> for "/d <table>" and "/dS" commands in psql cause the error.
>
> I verified that any simple query using the "<" or ">" operators fail
> with the same message...
>
> ERROR: fmgr_info: function 0: cache lookup failed
>
> ...after using the "vacuum analyse" command.
> But, only after vacuuming any relation that was created and populated by
> me. Vacumming system catalogs poses no problems.
>
> I did go back to 6.2.0. Found no problems there.

Glad it wasn't my vacuum code. Lots of bad scan initializations. Who
is working on that? I think someone volunteered.

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-03 19:26:13 Re: [HACKERS] VACUUM ANALYZE Problem
Previous Message Julia Anne Case 1998-02-03 19:25:04 connection troubles