1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

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.
This commit is contained in:
Fujii Masao
2014-11-13 12:14:48 +09:00
parent 677708032c
commit c291503b1c
13 changed files with 23 additions and 23 deletions

View File

@ -519,7 +519,7 @@
#bytea_output = 'hex' # hex, escape
#xmlbinary = 'base64'
#xmloption = 'content'
#pending_list_cleanup_size = 4MB
#gin_pending_list_limit = 4MB
# - Locale and Formatting -