Thread: Problem
View Single Post

   
  #2 (permalink)  
Old 04-15-2008, 11:29 PM
Heikki Linnakangas
 
Posts: n/a
Default Re: Problem

Pedro Belmino wrote:
> I have a problem. Because some changes I made in the implementation of the
> creation of indexes at the time that I try to insert an index is the
> following error:
> "bogus pg_index tuple"
> What can be happening?


Obviously you broke something with the changes. That error message is
coming from relcache.c/IndexSupportInitialize. Can't really help you any
more than that without knowing what you've done.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote