forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4077fb4
committed
Fix an error in psql that overcounted output lines.
This error counted the first line of a cell as "extra". The effect wasto cause far too frequent invocation of the pager. In most cases thiscan be worked around (for example, by using the "less" pager with the -Fflag), so don't backpatch.1 parente4d2817 commit4077fb4
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
836 | 836 |
| |
837 | 837 |
| |
838 | 838 |
| |
839 |
| - | |
| 839 | + | |
| 840 | + | |
840 | 841 |
| |
841 | 842 |
| |
842 | 843 |
| |
|
0 commit comments
Comments
(0)