| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Juriy Goloveshkin <juriy(at)avias(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: like and optimization |
| Date: | 2001-01-21 00:22:57 |
| Message-ID: | 5704.980036577@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Juriy Goloveshkin <juriy(at)avias(dot)com> writes:
> Hello, I didn't know pgsql-sources close,
> so I wrote this code just as example of idea.
> Can somebody review and make patch for pgsql?
AFAICT this only deals with the issue of single-byte characters that
sort in an order different from their numeric order. The existing
make_greater_string() code already deals with that case. Where it
falls down is cases where sorting is context-dependent (multi-pass
sort rules, digraphs, things like that). But I don't see anything
here that would make such cases work.
If you're trying to tell us that the 7.0.* code works correctly for
KOI8-R locale, we'd be glad to re-enable LIKE optimization for that
locale ...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-01-21 01:06:51 | Re: C++ interface build on FreeBSD 4.2 broken? |
| Previous Message | Ian Lance Taylor | 2001-01-20 23:27:15 | Re: AW: AW: AW: Re: tinterval - operator problems on AIX |