Fix an error in psql that overcounted output lines.

Andrew Dunstan <andrew@dunslane.net>

Commit: 4077fb4d1d34ad04dfb95ba676c2b43ea1f1da53
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2014-11-21T17:37:09Z
Releases: 9.5.0
Fix an error in psql that overcounted output lines.

This error counted the first line of a cell as "extra". The effect was
to cause far too frequent invocation of the pager. In most cases this
can be worked around (for example, by using the "less" pager with the -F
flag), so don't backpatch.

Files

PathChange+/−
src/bin/psql/print.c modified +2 −1