Commit ID 379607c9e83dcfaccf6ccda47615e7f90c3c0b0c
|
Contributor: | Alvaro Herrera | Files Modified: | 8 |
| Date: | 09-July-2012 at 21:36 | Lines Added: | 85 | |
| Repository: | git://git.postgresql.org/git/postgresql.git master | Lines Removed: | 30 | |
| Commit Comment: | plperl: Skip setting UTF8 flag when in SQL_ASCII encoding When in SQL_ASCII encoding, strings passed around are not necessarily UTF8-safe. We had already fixed this in some places, but it looks like we missed some. I had to backpatch Peter Eisentraut's a8b92b60 to 9.1 in order for this patch to cherry-pick more cleanly. Patch from Alex Hunsaker, tweaked by Kyotaro HORIGUCHI and myself. Some desultory cleanup and comment addition by me, during patch review. Per bug report from Christoph Berg in 20120209102...@msgid.df7cb.de |
|||
| File | Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed | |
|---|---|---|---|---|---|---|---|---|
| src/pl/plperl/expected/plperl_lc_1.out | This file was ignored by request. | |||||||
| src/pl/plperl/expected/plperl_lc.out | This file was ignored by request. | |||||||
| src/pl/plperl/expected/plperl.out | This file was ignored by request. | |||||||
| src/pl/plperl/GNUmakefile | Make | 1 | 1 | 0 | 0 | 0 | 0 | |
| src/pl/plperl/plperl_helpers.h | C | 21 | 5 | 20 | 6 | 0 | 1 | |
| src/pl/plperl/sql/plperl_lc.sql | SQL | 20 | 0 | 4 | 0 | 0 | 0 | |
| src/pl/plperl/sql/plperl.sql | SQL | 0 | 4 | 0 | 4 | 0 | 1 | |
| src/pl/plperl/Util.xs | C | 16 | 8 | 0 | 0 | 3 | 0 | |
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.