]> granicus.if.org Git - postgresql/commit
During the split, set checksum on an empty hash index page.
authorAmit Kapila <akapila@postgresql.org>
Tue, 4 Sep 2018 03:13:37 +0000 (08:43 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 4 Sep 2018 03:13:37 +0000 (08:43 +0530)
commit3b7a96a619f78f80b4a470a0dcde4c92b5b7141f
treebcaa62a5963031ae0787a5f4d7976165b386d442
parent504f059f5a198cff558e1c95a55aa63e03e2c3a8
During the split, set checksum on an empty hash index page.

On a split, we allocate a new splitpoint's worth of bucket pages wherein
we initialize the last page with zeros which is fine, but we forgot to set
the checksum for that last page.

We decided to back-patch this fix till 10 because we don't have an easy
way to test it in prior versions.  Another reason is that the hash-index
code is changed heavily in 10, so it is not advisable to push the fix
without testing it in prior versions.

Author: Amit Kapila
Reviewed-by: Yugo Nagata
Backpatch-through: 10
Discussion: https://postgr.es/m/5d03686d-727c-dbf8-0064-bf8b97ffe850@2ndquadrant.com
src/backend/access/hash/hashpage.c