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

Commit333c3b4

Browse files
committed
Disable pager for Win32 by default
1 parent3cc5730 commit333c3b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/bin/psql/startup.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@ main(int argc, char *argv[])
143143
/* We rely on unmentioned fields of pset.popt to start out 0/false/NULL */
144144
pset.popt.topt.format=PRINT_ALIGNED;
145145
pset.popt.topt.border=1;
146+
#ifdefWIN32
147+
pset.popt.topt.pager=0;
148+
#else
146149
pset.popt.topt.pager=1;
150+
#endif
147151
pset.popt.topt.pager_min_lines=0;
148152
pset.popt.topt.start_table= true;
149153
pset.popt.topt.stop_table= true;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp