Re: [HACKERS] Backend crash in opr_sanity regression test.

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: maillist(at)candle(dot)pha(dot)pa(dot)us
Cc: hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Backend crash in opr_sanity regression test.
Date: 1999-01-17 12:09:28
Message-ID: 199901171209.MAA25589@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce,

This was fixed about 1 month ago by Vadim,

Keith.

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
>
> > Hi Hackers,
> >
> > With the following query from the opr_sanity regression test I'm
> > getting a backend crash.
> >
> > SELECT p1.oid, p1.oprcode, p2.oid, p2.oprcode
> > FROM pg_operator AS p1, pg_operator AS p2
> > WHERE p1.oprlsortop = p2.oid AND
> > (p1.oprname != '=' OR
> > p1.oprkind != 'b' OR p2.oprkind != 'b' OR
> > p1.oprleft != p2.oprleft OR
> > p1.oprright != p2.oprright OR
> > p1.oprresult != 16 OR
> > p2.oprresult != 16 OR
> > p1.oprrsortop = 0);
>
> I tried the query in the current development tree, and it returned zero
> rows and did not crash.
>

Browse pgsql-hackers by date

  From Date Subject
Next Message Keith Parks 1999-01-17 12:12:36 Re: [HACKERS] CURRENT: crash in select_view regression test...
Previous Message Bruce Momjian 1999-01-17 06:26:52 Re: [HACKERS] New patches for running PostgreSQL on Windows