]> granicus.if.org Git - postgresql/commit
Rename pending_list_cleanup_size to gin_pending_list_limit.
authorFujii Masao <fujii@postgresql.org>
Thu, 13 Nov 2014 03:14:48 +0000 (12:14 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 13 Nov 2014 03:14:48 +0000 (12:14 +0900)
commitc291503b1c8250c7ba6ca900b7ba2f85a64b1eb6
tree8a9718c756942be40d89af6f28bf57a00bbc615b
parent677708032c4a4d37cdb2a4bd45726fc260308db7
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.
13 files changed:
doc/src/sgml/config.sgml
doc/src/sgml/gin.sgml
doc/src/sgml/ref/create_index.sgml
src/backend/access/common/reloptions.c
src/backend/access/gin/ginfast.c
src/backend/access/gin/ginutil.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/psql/tab-complete.c
src/include/access/gin.h
src/include/access/gin_private.h
src/test/regress/expected/create_index.out
src/test/regress/sql/create_index.sql