summaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2014-11-13 12:14:48 +0900
committerFujii Masao <fujii@postgresql.org>2014-11-13 12:14:48 +0900
commitc291503b1c8250c7ba6ca900b7ba2f85a64b1eb6 (patch)
tree8a9718c756942be40d89af6f28bf57a00bbc615b /src/backend/access/common/reloptions.c
parent677708032c4a4d37cdb2a4bd45726fc260308db7 (diff)
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.
Diffstat (limited to 'src/backend/access/common/reloptions.c')
-rw-r--r--src/backend/access/common/reloptions.c2
1 files changed, 1 insertions, 1 deletions
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
},