pgsql: Adjust plperl to ensure that all strings and hash keys passed to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Adjust plperl to ensure that all strings and hash keys passed to
Date
Msg-id 20061015185639.63DA69F9FE2@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Adjust plperl to ensure that all strings and hash keys passed to Perl
are marked as UTF8 when the database encoding is UTF8.  This should
avoid inconsistencies like that exhibited in bug #2683 from Vitali Stupin.

Modified Files:
--------------
    pgsql/src/pl/plperl:
        plperl.c (r1.119 -> r1.120)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.119&r2=1.120)

pgsql-committers by date:

Previous
From: qnex@pgfoundry.org (User Qnex)
Date:
Subject: press - pr: Initial release of the release.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Redesign the patch for allocation of shmem space and LWLocks for