Thread: pgsql: Rename wal_log_hintbits to wal_log_hints, per discussion on pgsq

pgsql: Rename wal_log_hintbits to wal_log_hints, per discussion on pgsq

From
Fujii Masao
Date:
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.

Sawada Masahiko

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/961bf59fb7a7e4fab751e20e9372de7ab37c5649

Modified Files
--------------
doc/src/sgml/config.sgml                      |    6 +++---
src/backend/access/heap/visibilitymap.c       |    2 +-
src/backend/access/transam/xlog.c             |   12 ++++++------
src/backend/utils/misc/guc.c                  |    4 ++--
src/backend/utils/misc/postgresql.conf.sample |    2 +-
src/bin/pg_controldata/pg_controldata.c       |    4 ++--
src/bin/pg_resetxlog/pg_resetxlog.c           |    4 ++--
src/include/access/xlog.h                     |    6 +++---
src/include/access/xlog_internal.h            |    2 +-
src/include/catalog/pg_control.h              |    2 +-
10 files changed, 22 insertions(+), 22 deletions(-)