problem importing languages in CVS tip

From: Brandon Craig Rhodes <brandon(at)oit(dot)gatech(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: problem importing languages in CVS tip
Date: 2003-03-03 16:02:32
Message-ID: w64r6kwi93.fsf@guinness.ts.gatech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Are we supposed to report bugs with the CVS tip of PostgreSQL, or are
we to assume that the developers are well aware of problems there and
are already working on them? After my most recent CVS update I find
that I cannot run createlang either to import the plpgsql nor the
plpython languages - both attempts give the error message:

ERROR: index_cost_estimator: invalid amcostestimate regproc
createlang: external error

at the client and

ERROR: index_cost_estimator: invalid amcostestimate regproc

on the server end.

Hmm. Now it is giving me that error even when I attempt a simple
`psql -l' which makes me wonder if I have done something horribly
wrong. Does anyone else see this?

--
Brandon Craig Rhodes http://www.rhodesmill.org/brandon
Georgia Tech brandon(at)oit(dot)gatech(dot)edu

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-03 16:55:57 Re: problem importing languages in CVS tip
Previous Message Marc G. Fournier 2003-03-03 14:52:14 Re: Off topic - was Re: [PATCHES] ALTER SEQUENCE