Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.
Simon Riggs <simon@2ndQuadrant.com>
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
| Path | Change | +/− |
|---|---|---|
| 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 |