[COMMITTERS] pgsql: Another fix for single-page hash index vacuum. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Another fix for single-page hash index vacuum.
Date
Msg-id E1cq3Rg-0006Hb-Gg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9abbf4727de746222ad8fc15b17348065389ae43

Modified Files
--------------
src/backend/access/hash/hash_xlog.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fixes for single-page hash index vacuum.
Next
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Use a consistent error message style for user mappings.