pgsql: Rename wal_log_hintbits to wal_log_hints, per discussion on pgsq - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Rename wal_log_hintbits to wal_log_hints, per discussion on pgsq
Date
Msg-id E1Vu4tP-0006ga-Hf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Avoid useless palloc during transaction commit
Next
From: Robert Haas
Date:
Subject: pgsql: Change the way we mark tuples as frozen.