diff options
Diffstat (limited to 'src/include/access/transam.h')
-rw-r--r-- | src/include/access/transam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 2f7338ee827..05c6fbffe44 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -238,7 +238,7 @@ typedef struct VariableCacheData * GetSnapshotData() needs to recompute the contents of the snapshot, or * not. There are likely other users of this. Always above 1. */ - uint64 xactCompletionCount; + uint64 xactCompletionCount; /* * These fields are protected by XactTruncationLock |