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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: The idea of using _strncoll() on Windows doesn't work.
Date
Msg-id 20050826174036.94091D7C72@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust m68k spinlock code to avoid duplicate in-line and
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Great TODO updates from Tom: < Currently SIGTERM of a backend