Re: [HACKERS] Interesting behaviour !

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Constantin Teodorescu <teo(at)flex(dot)ro>, Hannu Krosing <hannu(at)trust(dot)ee>, "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Interesting behaviour !
Date: 1999-07-14 20:07:20
Message-ID: 199907142007.QAA00451@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Constantin Teodorescu <teo(at)flex(dot)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(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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-07-14 20:19:57 Re: [HACKERS] Re: Arrays versus 'type constant' syntax
Previous Message Morris, Sam@EDD 1999-07-14 17:41:24 Authentication - To do