[PATCH] Regression test fix for Czech locale

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: [PATCH] Regression test fix for Czech locale
Date: 2009-03-06 12:09:10
Message-ID: 1236341350.1404.30.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Zdenek

Attachment Content-Type Size
reg_fd.patch text/x-patch 17.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2009-03-06 12:16:36 Re: Validating problem in the isn contrib module
Previous Message Greg Stark 2009-03-06 12:07:57 Re: Writing values to relation using bytearray ...