pgsql: Fix BRIN xlog replay

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix BRIN xlog replay
Date: 2015-06-26 21:13:48
Message-ID: E1Z8awW-00042r-B4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix BRIN xlog replay

There was a confusion about which block number to use when storing an
item's pointer in the revmap -- the revmap page's blkno was being used,
not the data page's blkno.

Spotted-by: Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/402822246866e1094d35a617775a65b4be93d322

Modified Files
--------------
src/backend/access/brin/brin_xlog.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-06-26 21:25:28 pgsql: Fix DDL command collection for TRANSFORM
Previous Message Robert Haas 2015-06-26 20:06:19 pgsql: Fix grammar.