pgsql: Make 8.3.x psql print tab characters as an appropriate number of - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make 8.3.x psql print tab characters as an appropriate number of
Date
Msg-id 20080529193444.17717754C54@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make 8.3.x psql print tab characters as an appropriate number of spaces,
rather than "\x09".  Before 8.3 we just printed tabs as-is, leading to poor
formatting of subsequent columns, but consensus is that "\x09" is not an
improvement over that.  Back-patch of fix that's already in HEAD.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        mbprint.c (r1.29 -> r1.29.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.c?r1=1.29&r2=1.29.2.1)
        mbprint.h (r1.11 -> r1.11.4.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.h?r1=1.11&r2=1.11.4.1)
    pgsql/src/test/regress/expected:
        prepare.out (r1.15 -> r1.15.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/prepare.out?r1=1.15&r2=1.15.2.1)

pgsql-committers by date:

Previous
From: gleu@pgfoundry.org (User Gleu)
Date:
Subject: pgsnap - pgsnap: Bugfix : Blocks read et Blocks hit informations were
Next
From: gleu@pgfoundry.org (User Gleu)
Date:
Subject: pgsnap - pgsnap: Bugfix : Objects from schemas out of search_path