| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Jan Wieck <jwieck(at)debis(dot)com> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] New TODO item |
| Date: | 1999-06-17 22:40:32 |
| Message-ID: | 199906172241.SAA05387@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> Without looking at anything I can tell that these NOTICE
> messages got spit out of the rewriter (I placed them there
> along with the additional NOTICE telling nodeToString()).
>
> It looks to me that the targetlist contains a bare identifier
> which the parser wasn't able to change into a Var node or
> something else. That should never be possible. A valid
> querytree cannot contain identifiers where the parser didn't
> knew from which rangetable entry they should come from.
>
> Look at the parser output (-d4) and you'll see the same
> problems the rewriter just told.
Yes. The parser should never allow this.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-06-17 22:41:57 | Re: [HACKERS] New TODO item |
| Previous Message | Bruce Momjian | 1999-06-17 22:39:52 | Re: [HACKERS] This is weird |