Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.

Simon Riggs <simon@2ndQuadrant.com>

Commit: 5b8bd0529ed5912dae04ffc3383bf4ac43e30083
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2010-07-29T22:27:27Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/backend/access/transam/xact.c modified +3 −3
src/backend/access/transam/xlog.c modified +8 −8
src/include/access/xlog.h modified +2 −2