Re: [HACKERS] crash on new system views - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] crash on new system views
Date
Msg-id 199809151517.LAA02662@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] crash on new system views  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
List pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.us>
>
> >
> > This query crashes the backend.  pg_rules is a new system view:
> >
> >     BEGIN WORK;
> >     DECLARE c_matches BINARY CURSOR FOR
> >     SELECT  count(*)
> >     FROM    pg_attrdef t1, pg_rules t2
> >     WHERE   t1.adrelid = t2.oid
> >     END WORK;
> >
> > Partial backtrace is below.  It is crashing in the optimizer.
>
> Bruce,
>
> I'm getting the same here when testing your query.
>
> The odd (maybe not?) thing is that views appear to have
> a NULL oid for all tuples.

This has always been the case.  Views don't have oid.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
http://www.op.net/~candle              |  (610) 353-9879(w)
  +  If your life is a hard drive,     |  (610) 853-3000(h)
  +  Christ can be your backup.        |

pgsql-hackers by date:

Previous
From: Keith Parks
Date:
Subject: Re: [HACKERS] crash on new system views
Next
From: Keith Parks
Date:
Subject: Re: [HACKERS] crash on new system views