pgsql: Rename pending_list_cleanup_size to gin_pending_list_limit.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename pending_list_cleanup_size to gin_pending_list_limit.
Date: 2014-11-13 03:15:19
Message-ID: E1XoksR-0008Pp-V8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c291503b1c8250c7ba6ca900b7ba2f85a64b1eb6

Modified Files
--------------
doc/src/sgml/config.sgml | 6 +++---
doc/src/sgml/gin.sgml | 10 +++++-----
doc/src/sgml/ref/create_index.sgml | 4 ++--
src/backend/access/common/reloptions.c | 2 +-
src/backend/access/gin/ginfast.c | 4 ++--
src/backend/access/gin/ginutil.c | 2 +-
src/backend/utils/misc/guc.c | 4 ++--
src/backend/utils/misc/postgresql.conf.sample | 2 +-
src/bin/psql/tab-complete.c | 2 +-
src/include/access/gin.h | 2 +-
src/include/access/gin_private.h | 2 +-
src/test/regress/expected/create_index.out | 4 ++--
src/test/regress/sql/create_index.sql | 2 +-
13 files changed, 23 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-11-13 15:55:49 pgsql: Fix XLogReadBufferForRedoExtended to get cleanup lock when asked
Previous Message Tom Lane 2014-11-12 20:59:17 pgsql: Explicitly support the case that a plancache's raw_parse_tree is