| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | emkxp01(at)mtcc(dot)demon(dot)co(dot)uk |
| Cc: | hackers(at)postgreSQL(dot)org, wieck(at)sapserv(dot)debis(dot)de |
| Subject: | Re: [HACKERS] crash on new system views |
| Date: | 1998-09-15 15:17:00 |
| Message-ID: | 199809151517.LAA02662@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)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(at)candle(dot)pha(dot)pa(dot)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. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Keith Parks | 1998-09-15 18:12:39 | Re: [HACKERS] crash on new system views |
| Previous Message | Keith Parks | 1998-09-15 14:35:49 | Re: [HACKERS] crash on new system views |