Re: [PATCH] Regression test fix for Czech locale - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [PATCH] Regression test fix for Czech locale
Date
Msg-id 20090306151601.GG3901@alvh.no-ip.org
Whole thread Raw
In response to [PATCH] Regression test fix for Czech locale  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: [PATCH] Regression test fix for Czech locale  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-hackers
Zdenek Kotala wrote:
> I attached fix which modify foreign_data test. It fix problem with Czech
> collation when numbers are ordered after letters. I retyped affected
> column to name datatype which uses bitwise cmp.

I have trouble understanding why this makes any sense at all.  The only
thing you seem to be doing here is replacing the ORDER BY column-number
clauses by others that reference the column by name.

Isn't this a bug in how column numbers are (not) being used by ORDER BY?



-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: TOAST table (or index?) corruption on PITR replica
Next
From: Tom Lane
Date:
Subject: Re: Writing values to relation using bytearray ...