aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-07-29 12:28:30 +0900
committerMichael Paquier <michael@paquier.xyz>2019-07-29 12:28:30 +0900
commiteb43f3d19324d7e5376b1f57fc2e5c142a6b5f3d (patch)
treebf891accfbaff49a006960ebdfd4f1f8e12d4252 /src/backend/access/transam/xact.c
parent7cce159349ccdb39ade07f869f08e4929ef2fe0b (diff)
downloadpostgresql-eb43f3d19324d7e5376b1f57fc2e5c142a6b5f3d.tar.gz
postgresql-eb43f3d19324d7e5376b1f57fc2e5c142a6b5f3d.zip
Fix inconsistencies and typos in the tree
This is numbered take 8, and addresses again a set of issues with code comments, variable names and unreferenced variables. Author: Alexander Lakhin Discussion: https://postgr.es/m/b137b5eb-9c95-9c2f-586e-38aba7d59788@gmail.com
Diffstat (limited to 'src/backend/access/transam/xact.c')
-rw-r--r--src/backend/access/transam/xact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c
index d7930c077de..1bbaeeebf4d 100644
--- a/src/backend/access/transam/xact.c
+++ b/src/backend/access/transam/xact.c
@@ -1988,7 +1988,7 @@ StartTransaction(void)
/*
* Advertise it in the proc array. We assume assignment of
- * LocalTransactionID is atomic, and the backendId should be set already.
+ * localTransactionId is atomic, and the backendId should be set already.
*/
Assert(MyProc->backendId == vxid.backendId);
MyProc->lxid = vxid.localTransactionId;