pgsql: Backport log_newpage_buffer. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Backport log_newpage_buffer.
Date
Msg-id E1Ukb4u-0006Bh-9X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Backport log_newpage_buffer.

Andres' fix for XLOG_HEAP2_VISIBLE on unitialized pages requires
this.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4c641d994e19676ef2fec574d52d2156ffc2b3ce

Modified Files
--------------
src/backend/access/heap/heapam.c |   54 +++++++++++++++++++++++++++++++++++---
src/include/access/heapam.h      |    1 +
2 files changed, 51 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Ensure that XLOG_HEAP2_VISIBLE always targets an initialized pag
Next
From: Robert Haas
Date:
Subject: pgsql: Ensure that XLOG_HEAP2_VISIBLE always targets an initialized pag