pgsql: Inserting 5 characters into char(10) does not produce 5 padding - Mailing list pgsql-committers

From ishii@svr1.postgresql.org (Tatsuo Ishii)
Subject pgsql: Inserting 5 characters into char(10) does not produce 5 padding
Date
Msg-id 20050524230254.E961A5287E@svr1.postgresql.org
Whole thread Raw
List 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:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_expr.c (r1.179 -> r1.179.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_expr.c.diff?r1=1.179&r2=1.179.4.1)

pgsql-committers by date:

Previous
From: petere@pgfoundry.org (User Petere)
Date:
Subject: plsh - CVSROOT: Turn off commit messages.
Next
From: ishii@svr1.postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql: Inserting 5 characters into char(10) does not produce 5 padding