pgsql: Ensure plperl strings are always correctly UTF8 encoded.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Ensure plperl strings are always correctly UTF8 encoded.
Дата
Msg-id E1RULvI-0003gU-N5@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Ensure plperl strings are always correctly UTF8 encoded.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Ensure plperl strings are always correctly UTF8 encoded.

Amit Khandekar and Alex Hunsaker.

Backpatched to 9.1 where the problem first occurred.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4cdb41b54e432ee75e3c61e990b735b15fa66e81

Modified Files
--------------
src/pl/plperl/GNUmakefile         |    2 +-
src/pl/plperl/expected/plperl.out |   10 ++++++++++
src/pl/plperl/plperl_helpers.h    |   13 ++++++++++++-
src/pl/plperl/sql/plperl.sql      |    9 +++++++++
4 files changed, 32 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Ensure plperl strings are always correctly UTF8 encoded.