WAL Consistency checking for hash indexes
Kuntal Ghosh <kuntalghosh.2007@gmail.com>
From: Kuntal Ghosh <kuntalghosh.2007@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-02-28T05:36:04Z
Lists: pgsql-hackers
Attachments
- 0001-wal_consistency_checking-for-hash-index.patch (application/x-download) patch 0001
Hello everyone, I've attached a patch which implements WAL consistency checking for hash indexes. This feature is going to be useful for developing and testing of WAL logging for hash index. Note that, this patch should be applied on top of the following WAL logging for hash index patch: https://www.postgresql.org/message-id/CAA4eK1%2B%2BP%2BjVZC7MC3xzw5uLCpva9%2BgsBpd3semuWffWAftr5Q%40mail.gmail.com -- Thanks & Regards, Kuntal Ghosh EnterpriseDB: http://www.enterprisedb.com
Commits
-
Another fix for single-page hash index vacuum.
- 9abbf4727de7 10.0 landed
-
hash: Support WAL consistency checking.
- bb4a39637ac6 10.0 landed