Re: [HACKERS] VACUUM ANALYZE Problem

From: James Hughes <jamesh(at)interpath(dot)com>
To: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
Cc: PgSQL Hackers <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] VACUUM ANALYZE Problem
Date: 1998-02-01 17:41:11
Message-ID: Pine.LNX.3.93.980201123933.12974B-100000@xport.bluewall.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 1 Feb 1998, Vadim B. Mikheev wrote:

: James Hughes wrote:
: >
: > I am getting the error...
: >
: > ERROR: fmgr_info: function 0: cache lookup failed
: >
: > ...after creating a database, creating tables - indexes
: > and sequences, inserting data (with perl scripts) into 2 tables (570
: > records in one and 100 records in another), using "vacuum analyze" on
: > the database then trying "\d <tablename>" or "\dS". Running "vacuum"
: > alone is OK.
: >
: > I run the query from psql.c:601 on the psql command line and get the
: > same result.
: >
: > I tried the same sequence with a small test database and only a few
: > records and there were no problems.
: >
: > I am still looking into this and would appreciate any pointers.
:
: Version ?

1-31 cvs tree

: gdb output ?

I'll see if I can narrow it down a bit. Might be larger than the sources
at this point ;)

-James

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-01 18:36:32 Re: [HACKERS] Re: 6.3 CHANGES list
Previous Message Vadim B. Mikheev 1998-02-01 15:45:33 Re: [HACKERS] VACUUM ANALYZE Problem