| From: | sriggs(at)postgresql(dot)org (Simon Riggs) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Rename asyncCommitLSN to asyncXactLSN to reflect changed role in |
| Date: | 2010-07-29 22:27:27 |
| Message-ID: | 20100729222727.6CEBD7541D5@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-07-29 23:16:33 | pgsql: Improved version of patch to protect pg_get_expr() against |
| Previous Message | Tom Lane | 2010-07-29 21:18:16 | pgsql: Update release notes for 9.0 beta 4. |