]> granicus.if.org Git - postgresql/commit
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)
commit125ed6853ef3127ec58d620367d42566e5ff9b37
tree9b3e7447e51032e43c040213f00d6b01a093a908
parent2cabe2db79db73901de0bbcdab36b8dca44fae7a
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