pgsql: Re-allow UTF8 encodings on win32. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Re-allow UTF8 encodings on win32.
Date
Msg-id 20071016113016.638E9754229@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Re-allow UTF8 encodings on win32. Since UTF8 is converted to
UTF16 before being used, all (valid) locales will work for this.

Modified Files:
--------------
    pgsql/src/backend/commands:
        dbcommands.c (r1.201 -> r1.202)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c?r1=1.201&r2=1.202)
    pgsql/src/bin/initdb:
        initdb.c (r1.146 -> r1.147)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.146&r2=1.147)

pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Add sample text search dictionary templates and parsers, to
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Update URLs to a couple of external projects