Another fix for single-page hash index vacuum.

Robert Haas <rhaas@postgresql.org>

Commit: 9abbf4727de746222ad8fc15b17348065389ae43
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-03-20T19:55:27Z
Releases: 10.0
Another fix for single-page hash index vacuum.

The WAL consistency checking code needed to be updated for the new
page status bit, but that didn't get done previously.

Ashutosh Sharma, reviewed by Amit Kapila

Discussion: http://postgr.es/m/CAA4eK1LP_oz4EfMen14OjJuzN5CqPdfRkFFuA-MfkcfeE8zGyg@mail.gmail.com

Files

PathChange+/−
src/backend/access/hash/hash_xlog.c modified +7 −1

Discussion