]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Further tweaking of print_aligned_vertical().
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Dec 2015 19:47:13 +0000 (14:47 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Dec 2015 19:47:20 +0000 (14:47 -0500)
commit181346cf9892820c94f51525d2c38684148812bf
treeabe28e489388d68e9b5bea9304938f49b943d619
parentc79bdc9904afefeee495455be7dea737d714fbb4
Further tweaking of print_aligned_vertical().

Don't force the data width to extend all the way to the right margin if it
doesn't need to.  This reverts the behavior in non-wrapping cases to be
what it was in 9.4.  Also, make the logic that ensures the data line width
is at least equal to the record-header line width a little less obscure.

In passing, avoid possible calculation of log10(0).  Probably that's
harmless, given the lack of field complaints, but it seems risky:
conversion of NaN to an integer isn't well defined.
src/bin/psql/print.c
src/test/regress/expected/psql.out