pgsql: Cosmetic fixes for hash index write-ahead logging.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cosmetic fixes for hash index write-ahead logging.
Date: 2017-03-15 11:25:12
Message-ID: E1co73I-0003VN-Gd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cosmetic fixes for hash index write-ahead logging.

Amit Kapila. One of these was reported by Tom Lane.

Discussion: http://postgr.es/m/5515.1489514099@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/backend/access/hash/README | 3 ---
src/backend/access/hash/hashpage.c | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-15 11:27:10 pgsql: Fix MB regression tests for WAL-logging of hash indexes.
Previous Message Amit Kapila 2017-03-15 07:00:25 Re: [COMMITTERS] pgsql: Fix cardinality estimates for parallel joins.