summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/multixact.h4
-rw-r--r--src/include/access/transam.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/multixact.h b/src/include/access/multixact.h
index af4aac08bd1..6d729008c60 100644
--- a/src/include/access/multixact.h
+++ b/src/include/access/multixact.h
@@ -29,8 +29,8 @@
#define MaxMultiXactOffset ((MultiXactOffset) 0xFFFFFFFF)
/* Number of SLRU buffers to use for multixact */
-#define NUM_MXACTOFFSET_BUFFERS 8
-#define NUM_MXACTMEMBER_BUFFERS 16
+#define NUM_MULTIXACTOFFSET_BUFFERS 8
+#define NUM_MULTIXACTMEMBER_BUFFERS 16
/*
* Possible multixact lock modes ("status"). The first four modes are for
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index 9a808f64ebe..a91a0c7487d 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -197,7 +197,7 @@ typedef struct VariableCacheData
* aborted */
/*
- * These fields are protected by CLogTruncationLock
+ * These fields are protected by XactTruncationLock
*/
TransactionId oldestClogXid; /* oldest it's safe to look up in clog */