Re: Transforming IN (...) to ORs, volatility

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Transforming IN (...) to ORs, volatility
Дата
Msg-id 201109061758.p86HwFk18565@momjian.us
обсуждение исходный текст
Ответ на Re: Transforming IN (...) to ORs, volatility  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
Heikki Linnakangas wrote:
> On 06.09.2011 20:53, Bruce Momjian wrote:
> > Tom Lane wrote:
> >> Bruce Momjian<bruce@momjian.us>  writes:
> >>> Uh, have we addressed this?  I don't think so.
> >>
> >> No.  IIRC, I didn't like Heikki's proposed patch, so it's on my head
> >> to come up with something better.
> >
> > You can blame me for getting it into the parser.  It used to be in
> > gram.y!
> 
> Huh? Isn't "the parser" and "gram.y" more or less the same thing? 
> Anyway, it needs to be somewhere else..

I meant the '/parser' directory.  It actually created AND nodes in gram.y
so the rest of the parser didn't even know a BETWEEN was used.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Transforming IN (...) to ORs, volatility
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: WIP: SP-GiST, Space-Partitioned GiST