Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao <fujii@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +3 −3 |
| doc/src/sgml/gin.sgml | modified | +5 −5 |
| doc/src/sgml/ref/create_index.sgml | modified | +2 −2 |
| src/backend/access/common/reloptions.c | modified | +1 −1 |
| src/backend/access/gin/ginfast.c | modified | +2 −2 |
| src/backend/access/gin/ginutil.c | modified | +1 −1 |
| src/backend/utils/misc/guc.c | modified | +2 −2 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |
| src/bin/psql/tab-complete.c | modified | +1 −1 |
| src/include/access/gin.h | modified | +1 −1 |
| src/include/access/gin_private.h | modified | +1 −1 |
| src/test/regress/expected/create_index.out | modified | +2 −2 |
| src/test/regress/sql/create_index.sql | modified | +1 −1 |