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

Started by Tom Laneabout 18 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)