pgsql: Print wal_log_hints in the rm_desc routing of a parameter-change

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Print wal_log_hints in the rm_desc routing of a parameter-change
Date: 2014-12-05 10:08:29
Message-ID: E1XwpoL-0006fs-K9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Print wal_log_hints in the rm_desc routing of a parameter-change record.

It was an oversight in the original commit.

Also note in the sample config file that changing wal_log_hints requires a
restart.

Michael Paquier. Backpatch to 9.4, where wal_log_hints was added.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/463dde8def8befec1e8f1f3c106c1ce1108ad54f

Modified Files
--------------
src/backend/access/rmgrdesc/xlogdesc.c | 7 +++++--
src/backend/utils/misc/postgresql.conf.sample | 1 +
2 files changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-12-05 10:12:14 pgsql: Print new track_commit_timestamp in rm_desc of a parameter-chang
Previous Message Heikki Linnakangas 2014-12-05 09:44:53 pgsql: Fix pg_xlogdump's calculation of full-page image data.