From c291503b1c8250c7ba6ca900b7ba2f85a64b1eb6 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Thu, 13 Nov 2014 12:14:48 +0900 Subject: Rename pending_list_cleanup_size to gin_pending_list_limit. Since this parameter is only for GIN index, it's better to add "gin" to the parameter name for easier understanding. --- src/bin/psql/tab-complete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/psql/tab-complete.c') diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index be6ad7ea643..8c85425fc5d 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -1172,7 +1172,7 @@ psql_completion(const char *text, int start, int end) pg_strcasecmp(prev_wd, "(") == 0) { static const char *const list_INDEXOPTIONS[] = - {"fillfactor", "fastupdate", "pending_list_cleanup_size", NULL}; + {"fillfactor", "fastupdate", "gin_pending_list_limit", NULL}; COMPLETE_WITH_LIST(list_INDEXOPTIONS); } -- cgit v1.2.3