pgsql: hash: Support WAL consistency checking.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: hash: Support WAL consistency checking.
Date: 2017-03-14 19:02:01
Message-ID: E1cnrhp-0001jI-JF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

hash: Support WAL consistency checking.

Kuntal Ghosh, reviewed by Amit Kapila and Ashutosh Sharma, with
a few tweaks by me.

Discussion: http://postgr.es/m/CAGz5QCJLERUn_zoO0eDv6_Y_d0o4tNTMPeR7ivTLBg4rUrJdwg@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bb4a39637ac6155b4ed5a9f83d17921fb57400b6

Modified Files
--------------
doc/src/sgml/config.sgml | 6 +++---
src/backend/access/hash/hash_xlog.c | 36 ++++++++++++++++++++++++++++++++++++
src/include/access/hash_xlog.h | 1 +
src/include/access/rmgrlist.h | 2 +-
4 files changed, 41 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-03-14 20:09:12 pgsql: amcheck: Harden tests against concurrent autovacuums.
Previous Message Robert Haas 2017-03-14 18:40:55 pgsql: Fix regression in parallel planning against inheritance tables.