pgsql: The idea of using _strncoll() on Windows doesn't work.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The idea of using _strncoll() on Windows doesn't work.
Date: 2005-08-26 17:40:36
Message-ID: 20050826174036.94091D7C72@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The idea of using _strncoll() on Windows doesn't work. Revert to same
code as we use on other platforms when encoding is not UTF8.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
varlena.c (r1.132 -> r1.133)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/varlena.c.diff?r1=1.132&r2=1.133)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-26 18:52:45 pgsql: Great TODO updates from Tom: < Currently SIGTERM of a backend
Previous Message Tom Lane 2005-08-26 14:48:13 pgsql: Back-port recent MIPS and M68K spinlock improvements to 8.0