pgsql: Re-allow UTF8 encodings on win32.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Re-allow UTF8 encodings on win32.
Date: 2007-10-16 11:30:16
Message-ID: 20071016113016.638E9754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-10-16 12:14:33 pgsql: Update URLs to a couple of external projects
Previous Message Magnus Hagander 2007-10-16 10:38:26 Re: pgsql: Add sample text search dictionary templates and parsers, to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Juergen Schoenig 2007-10-16 12:16:13 support for hyper-long transactions ...
Previous Message Magnus Hagander 2007-10-16 11:13:16 Re: Windows and locales and UTF-8 (oh my)