Re: [HACKERS] Interesting behaviour !

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Interesting behaviour !
Дата
Msg-id 199907142007.QAA00451@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Interesting behaviour !  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Constantin Teodorescu <teo@flex.ro> writes:
> > Bruce Momjian wrote:
> >> I thought we had this fixed in 6.5.  Is that what you are using?
> 
> > Yes!
> 
> It's not fixed, obviously.  We talked about the issue a while back,
> but it isn't 100% clear what the most reasonable fix is.  Just making
> the parser label small constants as int2 rather than int4 is no
> answer; that'll only move the problem over to int4 tables :-(.

Added to TODO:
* Allow SELECT * FROM tab WHERE int2col = 4 use int2col index 

--  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 по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] Re: Arrays versus 'type constant' syntax
Следующее
От: Evan Klinger
Дата:
Сообщение: SELECT using arrays