pgsql-server: Xmin calculations should consider only top transaction - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Xmin calculations should consider only top transaction
Date
Msg-id 20040815170337.0B5015E3639@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Xmin calculations should consider only top transaction IDs, and
therefore starting with GetCurrentTransactionId is wrong.  Fixes
miscomputation of RecentGlobalXmin leading to bizarre behavior
reported by Gavin Sherry.

Modified Files:
--------------
    pgsql-server/src/backend/storage/ipc:
        sinval.c (r1.67 -> r1.68)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/storage/ipc/sinval.c.diff?r1=1.67&r2=1.68)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Dept.