pgsql: Inserting 5 characters into char(10) does not produce 5 padding

Поиск
Список
Период
Сортировка
От ishii@svr1.postgresql.org (Tatsuo Ishii)
Тема pgsql: Inserting 5 characters into char(10) does not produce 5 padding
Дата
Msg-id 20050524231505.C81FB5288A@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Inserting 5 characters into char(10) does not produce 5 padding spaces
if they are two-byte multibyte characters. Same thing can be happen
if octet_length(multibyte_chars) == n where n is char(n).
Long standing bug since 7.3 days. Per report and fix from Yoshiyuki Asaba.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_expr.c (r1.163.2.1 -> r1.163.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_expr.c.diff?r1=1.163.2.1&r2=1.163.2.2)

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

Предыдущее
От: ishii@svr1.postgresql.org (Tatsuo Ishii)
Дата:
Сообщение: pgsql: Inserting 5 characters into char(10) does not produce 5 padding
Следующее
От: ishii@svr1.postgresql.org (Tatsuo Ishii)
Дата:
Сообщение: pgsql: Inserting 5 characters into char(10) does not produce 5 padding