Skip to content

Commit f0ba266

Browse files
author
Sergey Petrov
committed
completion_max_record set to 1000
1 parent 697e28d commit f0ba266

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)