]> granicus.if.org Git - postgresql/commit
Fix an error in psql that overcounted output lines.
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 21 Nov 2014 17:37:09 +0000 (12:37 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 21 Nov 2014 17:37:09 +0000 (12:37 -0500)
commit4077fb4d1d34ad04dfb95ba676c2b43ea1f1da53
tree18638fe90082a784b86023d4c57dc9b9fbbdf0ce
parente4d28175a13d47a747b33e87c0f808b2ef57c0cd
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.
src/bin/psql/print.c