diff options
Diffstat (limited to 'src/backend/access/heap/heapam.c')
-rw-r--r-- | src/backend/access/heap/heapam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 17afe1ea4c0..0b4a46b31ba 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -8448,7 +8448,7 @@ ExtractReplicaIdentity(Relation relation, HeapTuple tp, bool key_changed, /* * Handles XLOG_HEAP2_PRUNE record type. * - * Acquires a super-exclusive lock. + * Acquires a full cleanup lock. */ static void heap_xlog_prune(XLogReaderState *record) @@ -8534,7 +8534,7 @@ heap_xlog_prune(XLogReaderState *record) /* * Handles XLOG_HEAP2_VACUUM record type. * - * Acquires an exclusive lock only. + * Acquires an ordinary exclusive lock only. */ static void heap_xlog_vacuum(XLogReaderState *record) |