diff options
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r-- | src/include/storage/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 18891a86fb9..9488bf1857c 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -202,7 +202,7 @@ struct PGPROC LocalTransactionId lxid; /* local id of top-level transaction * currently * being executed by this * proc, if running; else - * InvalidLocaltransactionId */ + * InvalidLocalTransactionId */ } vxid; /* These fields are zero while a backend is still starting up: */ |