From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Rename wal_log_hintbits to wal_log_hints, per discussion on pgsq |
Date: | 2013-12-20 18:33:47 |
Message-ID: | E1Vu4tP-0006ga-Hf@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2013-12-21 14:39:22 | Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69 |
Previous Message | Alvaro Herrera | 2013-12-20 15:43:19 | pgsql: Avoid useless palloc during transaction commit |