Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit927e1dc

Browse files
committed
Fix line count in slashUsage().
Counting newlines shows that quite a few recent patches have neglectedto update the output-lines count given to PageOutput(). Fortunatelyit's not terribly critical that this be exact, since we long sinceexceeded the height of most people's terminal windows. Still, maybewe ought to think of a way to not have to maintain this manually anymore.
1 parentc6a3fce commit927e1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/psql/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ slashUsage(unsigned short int pager)
165165

166166
currdb=PQdb(pset.db);
167167

168-
output=PageOutput(96,pager);
168+
output=PageOutput(103,pager);
169169

170170
/* if you add/remove a line here, change the row count above */
171171

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp