Log Message:
---
Use appropriate error codes.
Modified Files:
--
textsearch-ja:
textsearch_ja.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/textsearch_ja.c.diff?r1=1.8&r2=1.9)
--
Sent via pgsql-committers mailin
Log Message:
---
Ooops ... fix some confusion between gettext() and _() in my previous patch.
This has moved around in past releases, so just copying-and-pasting from HEAD
didn't work as intended.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/backend/utils/error:
Log Message:
---
Ooops ... fix some confusion between gettext() and _() in my previous patch.
This has moved around in past releases, so just copying-and-pasting from HEAD
didn't work as intended.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/backend/utils/error:
Log Message:
---
Ooops ... fix some confusion between gettext() and _() in my previous patch.
This has moved around in past releases, so just copying-and-pasting from HEAD
didn't work as intended.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/utils/error:
Log Message:
---
Ooops ... fix some confusion between gettext() and _() in my previous patch.
This has moved around in past releases, so just copying-and-pasting from HEAD
didn't work as intended.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/backend/utils/error:
Log Message:
---
Ooops ... fix some confusion between gettext() and _() in my previous patch.
This has moved around in past releases, so just copying-and-pasting from HEAD
didn't work as intended.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/src/backend/utils/error:
Log Message:
---
When we are in error recursion trouble, arrange to suppress translation and
encoding conversion of any elog/ereport message being sent to the frontend.
This generalizes a patch that I put in last October, which suppressed
translation of only specific messages known to be as
Log Message:
---
When we are in error recursion trouble, arrange to suppress translation and
encoding conversion of any elog/ereport message being sent to the frontend.
This generalizes a patch that I put in last October, which suppressed
translation of only specific messages known to be as
Log Message:
---
When we are in error recursion trouble, arrange to suppress translation and
encoding conversion of any elog/ereport message being sent to the frontend.
This generalizes a patch that I put in last October, which suppressed
translation of only specific messages known to be as
Log Message:
---
When we are in error recursion trouble, arrange to suppress translation and
encoding conversion of any elog/ereport message being sent to the frontend.
This generalizes a patch that I put in last October, which suppressed
translation of only specific messages known to be as
Log Message:
---
When we are in error recursion trouble, arrange to suppress translation and
encoding conversion of any elog/ereport message being sent to the frontend.
This generalizes a patch that I put in last October, which suppressed
translation of only specific messages known to be as
Log Message:
---
When we are in error recursion trouble, arrange to suppress translation and
encoding conversion of any elog/ereport message being sent to the frontend.
This generalizes a patch that I put in last October, which suppressed
translation of only specific messages known to be as
Log Message:
---
Fix usage of char2wchar/wchar2char. Changes:
- pg_wchar and wchar_t could have different size, so char2wchar
doesn't call pg_mb2wchar_with_len to prevent out-of-bound
memory bug
- make char2wchar/wchar2char symmetric, now they should not be
called with C-locale becau
Log Message:
---
Fix usage of char2wchar/wchar2char. Changes:
- pg_wchar and wchar_t could have different size, so char2wchar
doesn't call pg_mb2wchar_with_len to prevent out-of-bound
memory bug
- make char2wchar/wchar2char symmetric, now they should not be
called with C-locale becau
Log Message:
---
Fix usage of char2wchar/wchar2char. Changes:
- pg_wchar and wchar_t could have different size, so char2wchar
doesn't call pg_mb2wchar_with_len to prevent out-of-bound
memory bug
- make char2wchar/wchar2char symmetric, now they should not be
called with C-locale becau
Log Message:
---
Fix normalization routine for full-width handaku and
hiragana + (dakuten or handakuten). (reported by BERO)
Add encoding check between database and mecab.
Modified Files:
--
textsearch-ja:
encoding_eucjp.c (r1.4 -> r1.5)
(http://cvs.pgfoun
16 matches
Mail list logo