pgsql/src backend/utils/adt/varchar.c test/reg ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src backend/utils/adt/varchar.c test/reg ...
Date
Msg-id 200106011749.f51HnHl51732@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/06/01 13:49:17

Modified files:
    src/backend/utils/adt: varchar.c
    src/test/regress/sql: strings.sql
    src/test/regress/expected: strings.out

Log message:
    New improved version of bpcharin() may have got the truncation case
    right, but it failed to get the padding case right.

    This was obscured by subsequent application of bpchar() in all but one
    regression test case, and that one didn't fail in an obvious way ---
    trailing blanks are hard to see.  Add another test case to make it
    more obvious if it breaks again.


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/bin/pg_dump pg_dump.c
Next
From: Tom Lane
Date:
Subject: pgsql/src/pl plperl/plperl.c plpython/plpython ...