pgsql/src backend/utils/adt/varchar.c test/reg ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/varchar.c test/reg ...
Date: 2001-06-01 17:49:17
Message-ID: 200106011749.f51HnHl51732@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-06-01 18:17:45 pgsql/src/pl plperl/plperl.c plpython/plpython ...
Previous Message Bruce Momjian - CVS 2001-06-01 16:09:57 pgsql/src/bin/pg_dump pg_dump.c