]> 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:41 +0000 (20:52 +0200)
commit49b04188f83fb8cacf925978989bc20399e76786
tree7ab8c191462cf2cb17591f91ef82f7c8f855779b
parent8e166e164c7c4531d7eb150d836aa2357989237a
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