Re: [HACKERS] CURRENT: crash in select_view regression test...

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>, jwieck(at)debis(dot)com, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] CURRENT: crash in select_view regression test...
Date: 1998-12-18 05:43:59
Message-ID: 3679EB9F.962A9354@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Thomas G. Lockhart" wrote:
>
> fwiw, I was mucking around in the rules/views part of the code recently,
> adding support for the CASE construct. I didn't fully understand the
> areas I was modifying, but the changes shouldn't be visible if you
> aren't dealing with the new construct. At least that was my
> impression...
>
> How long have you been seeing problems? It looks like I made changes on
> Dec 14. But all regression tests passed on my system at that time with
> my source tree, which had some of Vadim's changes already.

I don't remember. Problems are in readfuncs/outfuncs area...

BTW, right now I get:

vac=> select * from test where x = 1;
ERROR: type id lookup of 0 failed

- from parser...
I'm trying to fix it now...

Vadim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1998-12-18 06:01:33 Re: [HACKERS] CURRENT: crash in select_view regression test...
Previous Message Thomas G. Lockhart 1998-12-18 05:37:15 Re: [HACKERS] CURRENT: crash in select_view regression test...