Обсуждение: pgsql: Rename asyncCommitLSN to asyncXactLSN to reflect changed role in

Поиск
Список
Период
Сортировка

pgsql: Rename asyncCommitLSN to asyncXactLSN to reflect changed role in

От
sriggs@postgresql.org (Simon Riggs)
Дата:
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)