Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9a51698

Browse files
committed
Fix typo in comment.
Amit Langote
1 parent 9246af6 commit 9a51698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/heapam.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6547,7 +6547,7 @@ heap_prepare_freeze_tuple(HeapTupleHeader tuple, TransactionId cutoff_xid,
65476547
*
65486548
* Caller is responsible for ensuring that no other backend can access the
65496549
* storage underlying this tuple, either by holding an exclusive lock on the
6550-
* buffer containing it (which is what lazy VACUUM does), or by having it by
6550+
* buffer containing it (which is what lazy VACUUM does), or by having it be
65516551
* in private storage (which is what CLUSTER and friends do).
65526552
*
65536553
* Note: it might seem we could make the changes without exclusive lock, since

0 commit comments

Comments
 (0)