From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Christophe Labouisse <labouiss(at)cybercable(dot)fr> |
Cc: | pgsql-sql(at)postgreSQL(dot)org |
Subject: | Re: [SQL] Strange behavior |
Date: | 1999-04-27 21:55:27 |
Message-ID: | 9597.925250127@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Christophe Labouisse <labouiss(at)cybercable(dot)fr> writes:
>> As a temporary measure you could rebuild with USE_LOCALE turned on;
>> the parser code is set up not to generate the <= clause if that's
>> defined. But we need a better solution.
> Hmm that's strange I though I compiled already with locale
> enabled.
Hmm. According to the cvs logs, Gran Thyni applied a patch on Feb 2
to disable the \377 thing when USE_LOCALE is defined. How old did you
say your source was? Look in backend/parser/gram.y, routine
makeIndexable(), to see if there is an #ifdef USE_LOCALE; also check
gram.c to make sure it has the same text for the routine (I'm wondering
if you might have an out-of-date gram.c...)
> Anyway I'll check it again. Anyway I think that even without locale
> this optimization can lead to incorrect result if you have a a field
> starting with \377.
I agree, the code is wrong even without funny sort ordering. We'll
need to find another way.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Christophe Labouisse | 1999-04-28 05:22:43 | Re: [SQL] Strange behavior |
Previous Message | JT Kirkpatrick | 1999-04-27 21:16:59 | RE: [SQL] incrementing by the second |