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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Another fix for single-page hash index vacuum.
Дата
Msg-id E1cq3Rg-0006Hb-Gg@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fixes for single-page hash index vacuum.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: [COMMITTERS] pgsql: Use a consistent error message style for user mappings.