pgsql: Truncate subtrans after each restartpoint.

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Truncate subtrans after each restartpoint.
Date: 2010-08-30 15:21:19
Message-ID: 20100830152119.160897541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Truncate subtrans after each restartpoint.
Issue reported by Harald Kolb, patch by Fujii Masao, review by me.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.430.2.2 -> r1.430.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.430.2.2&r2=1.430.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-08-30 15:37:41 pgsql: Fix misleading DEBUG2 issued during RemoveOldXlogFiles()
Previous Message Simon Riggs 2010-08-30 15:20:31 pgsql: Teach GetOldestXmin() about KnownAssignedXids during recovery.