Fix utterly-bogus code for computing row heights. Per crashes on

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2e27b0e1460353314b59c5df9976ed5774ffd355
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-05-17T17:52:14Z
Releases: 8.4.0
Fix utterly-bogus code for computing row heights.  Per crashes on
spoonbill, though one wonders why it didn't misbehave everywhere.
In passing remove some unnecessary modulo calculations.

Files

PathChange+/−
src/bin/psql/print.c modified +17 −11