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/backend/access/common/reloptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/common/reloptions.c') diff --git a/src/backend/access/common/reloptions.c b/src/backend/access/common/reloptions.c index 86d918fafb4..c16b38eed8b 100644 --- a/src/backend/access/common/reloptions.c +++ b/src/backend/access/common/reloptions.c @@ -218,7 +218,7 @@ static relopt_int intRelOpts[] = }, { { - "pending_list_cleanup_size", + "gin_pending_list_limit", "Maximum size of the pending list for this GIN index, in kilobytes.", RELOPT_KIND_GIN }, -- cgit v1.2.3