npgsql - Npgsql2: Don't change client encoding if we know it to already - Mailing list pgsql-committers

From talliesin@pgfoundry.org (User Talliesin)
Subject npgsql - Npgsql2: Don't change client encoding if we know it to already
Date
Msg-id 20080403110604.89A0B17AD0B1@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Don't change client encoding if we know it to already be utf-8. Thanks to David Bachmann.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlConnector.cs (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnector.cs.diff?r1=1.16&r2=1.17)

pgsql-committers by date:

Previous
From: talliesin@pgfoundry.org (User Talliesin)
Date:
Subject: npgsql - Npgsql2: Don't change client encoding if we know it to already
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Oops, add proper #ifdef for systems without support for syslog.