]> granicus.if.org Git - postgresql/commit
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 15 Jan 2015 18:48:48 +0000 (20:48 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 15 Jan 2015 18:52:18 +0000 (20:52 +0200)
commitb337d9657b4dbb72cfbb1012c15a01c5c74ff533
treecb59bc3a108c15d96b1d93a594af39fe0e8aaebd
parentd25192892d61419278fbb216e695cb070c332092
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.

The flag is supposed to be copied from the record. Same issue with
track_commit_timestamps, but that's master-only.

Report and fix by Petr Jalinek. Backpatch to 9.4, where wal_log_hints was
added.
src/backend/access/transam/xlog.c