pgsql: Another fix for single-page hash index vacuum.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Another fix for single-page hash index vacuum.
Date: 2017-03-20 19:58:24
Message-ID: E1cq3Rg-0006Hb-Gg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-03-20 20:07:45 pgsql: Use a consistent error message style for user mappings.
Previous Message Robert Haas 2017-03-20 19:54:35 pgsql: Fixes for single-page hash index vacuum.