pgsql: Adjust plperl to ensure that all strings and hash keys passed to

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Adjust plperl to ensure that all strings and hash keys passed to
Дата
Msg-id 20061015185639.63DA69F9FE2@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: qnex@pgfoundry.org (User Qnex)
Дата:
Сообщение: press - pr: Initial release of the release.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Redesign the patch for allocation of shmem space and LWLocks for