pgsql: Ensure that XLOG_HEAP2_VISIBLE always targets an initialized pag

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that XLOG_HEAP2_VISIBLE always targets an initialized pag
Date: 2013-06-06 14:22:12
Message-ID: E1Ukb4u-0006Bk-AK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.

Andres Freund

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/17fa4c321ccf9693de406faffe6b235e949aa25f

Modified Files
--------------
src/backend/commands/vacuumlazy.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-06-06 15:27:48 pgsql: Fix typo in comment.
Previous Message Bruce Momjian 2013-06-06 14:14:06 pgsql: pg_upgrade: document that --link should be used with --check