Re: Problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
Cc: "Pedro Belmino" <pedrobelmino(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, monteiro(at)unifor(dot)br
Subject: Re: Problem
Date: 2007-09-14 04:28:47
Message-ID: 20634.1189744127@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Heikki Linnakangas" <heikki(at)enterprisedb(dot)com> writes:
> Pedro Belmino wrote:
>> I am a developer, I am working in the creation of hypothetical index in the
>> data base postgresql 8.2.4. I have a problem, the data base init normally
>> but when I try to connect to the database it shows the following error:
>> TRAP: FailedAssertion("!(!isnull)", File: "relcache.c", Line: 959) .
>> You could help me to figure out what could it be?

> We're going to need much more information.

Indeed. The failure suggests that you tried to modify the structure of
pg_index rows and didn't get all the consequences right ... but what you
said does not offer any reason to change pg_index.

There's already some things in CVS HEAD about allowing plugins to
manufacture hypothetical indexes for the planner to consider --- have
you looked at that?

regards, tom lane

In response to

  • Re: Problem at 2007-09-13 19:15:01 from Heikki Linnakangas

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-09-14 04:31:35 Re: RETURNING and DO INSTEAD ... Intentional or not?
Previous Message Tom Lane 2007-09-14 04:20:56 Re: HOT line pointer bloat and PageRepairFragmentation