Restore psql's former behavior that padding spaces to the right of the last
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 May 2008 03:31:58 +0000 (03:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 May 2008 03:31:58 +0000 (03:31 +0000)
commit3e5ebce79956a8eb8dff92a8ab5eb6d045a73599
tree98f1d7523a4fa58c1943764e9ca25298f3a77790
parent2a996e10eb7c580665fbfe6e37baf333b6110907
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.
src/bin/psql/print.c