Re: [HACKERS] New TODO item

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] New TODO item
Дата
Msg-id 199906172241.SAA05387@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] New TODO item  (wieck@debis.com (Jan Wieck))
Список 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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] This is weird
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] BeOS port