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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
