Thread: pgsql: Restore psql's former behavior that padding spaces to the right

pgsql: Restore psql's former behavior that padding spaces to the right

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Restore psql's former behavior that padding spaces to the right of the last
output column are not emitted.  (That change already caused more noise in
the regression test output files than I would like.)  Provide some needed
editorial help for comments, clean up code formatting.

Modified Files:
--------------
    pgsql/src/bin/psql:
        print.c (r1.98 -> r1.99)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.98&r2=1.99)