Re: [HACKERS] XLOG_PARAMETER_CHANGE (WAL record) missing two params in its desc routine

2014-12-05 Thread Michael Paquier
On Fri, Dec 5, 2014 at 7:12 PM, Heikki Linnakangas wrote: > On 12/05/2014 04:54 AM, Michael Paquier wrote: > >> Hi all, >> >> While reading the code in this area this morning, I noticed that >> wal_log_hints and track_commit_timestamp are not mentioned in the desc >> routine of XLOG_CHANGE_PARAME

Re: [HACKERS] XLOG_PARAMETER_CHANGE (WAL record) missing two params in its desc routine

2014-12-05 Thread Heikki Linnakangas
On 12/05/2014 04:54 AM, Michael Paquier wrote: Hi all, While reading the code in this area this morning, I noticed that wal_log_hints and track_commit_timestamp are not mentioned in the desc routine of XLOG_CHANGE_PARAMETER. Also, it is not mentioned in postgresql.conf.sample that a value update

[HACKERS] XLOG_PARAMETER_CHANGE (WAL record) missing two params in its desc routine

2014-12-04 Thread Michael Paquier
Hi all, While reading the code in this area this morning, I noticed that wal_log_hints and track_commit_timestamp are not mentioned in the desc routine of XLOG_CHANGE_PARAMETER. Also, it is not mentioned in postgresql.conf.sample that a value update of wal_log_hints requires a system restart. In