• Andrew Dunstan's avatar
    Fix an error in psql that overcounted output lines. · 4077fb4d
    Andrew Dunstan authored
    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.
    4077fb4d
print.c 70.7 KB