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

Commitf0ba266

Browse files
author
Sergey Petrov
committed
completion_max_record set to 1000
1 parent697e28d commitf0ba266

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/bin/psql/tab-complete.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,11 @@ initialize_readline(void)
865865
rl_basic_word_break_characters=WORD_BREAKS;
866866

867867
/* In WinLibEdit rl_basic_word_break_characters is constant */
868-
completion_max_records=1000;
868+
869869
#endif
870+
871+
completion_max_records=1000;
872+
870873
/*
871874
* There is a variable rl_completion_query_items for this but apparently
872875
* it's not defined everywhere.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp