You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add GUC to enable WAL-logging of hint bits, even with checksums disabled.
WAL records of hint bit updates is useful to tools that want to examinewhich pages have been modified. In particular, this is required to makethe pg_rewind tool safe (without checksums).This can also be used to test how much extra WAL-logging would occur ifyou enabled checksums, without actually enabling them (which you can'tcurrently do without re-initdb'ing).Sawada Masahiko, docs by Samrat Revagade. Reviewed by Dilip Kumar, withfurther changes by me.