pgsql: Rename asyncCommitLSN to asyncXactLSN to reflect changed role in - Mailing list pgsql-committers

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Rename asyncCommitLSN to asyncXactLSN to reflect changed role in
Date
Msg-id 20100729222727.6CEBD7541D5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.
Transaction aborts now record their LSN to avoid corner case
behaviour in SR/HS, hence change of name of variables and functions.
As pointed out by Fujii Masao. Cosmetic changes only.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xact.c (r1.294 -> r1.295)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.294&r2=1.295)
        xlog.c (r1.430 -> r1.431)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.430&r2=1.431)
    pgsql/src/include/access:
        xlog.h (r1.114 -> r1.115)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.114&r2=1.115)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update release notes for 9.0 beta 4.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improved version of patch to protect pg_get_expr() against