On Thu, Jan 22, 2015 at 1:00 PM, Peter Geoghegan <[email protected]> wrote: > On Thu, Jan 22, 2015 at 9:55 AM, Robert Haas <[email protected]> wrote: >> Stay tuned for more exciting dispatches from the department of abbreviated >> keys! > > I certainly suspected that we'd have problems with Windows, but > nothing this bad.
This isn't really Windows-specific. The root of the problem is that when LC_COLLATE=C you were trying to use strxfrm() for the abbreviated key even though memcmp() is the authoritative comparator in that case. Exactly which platforms happened to blow up as a result of that is kind of beside the point. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
