Problem

Started by Pedro Belminoover 18 years ago3 messages
#1Pedro Belmino
pedrobelmino@gmail.com

Hello,
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?

Yours truly.

#2Heikki Linnakangas
heikki@enterprisedb.com
In reply to: Pedro Belmino (#1)
Re: Problem

Pedro Belmino wrote:

Hello,
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.

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Heikki Linnakangas (#2)
Re: Problem

"Heikki Linnakangas" <heikki@enterprisedb.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