pgsql: Truncate subtrans after each restartpoint. - Mailing list pgsql-committers

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Truncate subtrans after each restartpoint.
Date
Msg-id 20100830152119.160897541D7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Teach GetOldestXmin() about KnownAssignedXids during recovery.
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Fix misleading DEBUG2 issued during RemoveOldXlogFiles()