Commit 9a51698b authored by Robert Haas's avatar Robert Haas

Fix typo in comment.

Amit Langote
parent 9246af67
...@@ -6547,7 +6547,7 @@ heap_prepare_freeze_tuple(HeapTupleHeader tuple, TransactionId cutoff_xid, ...@@ -6547,7 +6547,7 @@ heap_prepare_freeze_tuple(HeapTupleHeader tuple, TransactionId cutoff_xid,
* *
* Caller is responsible for ensuring that no other backend can access the * Caller is responsible for ensuring that no other backend can access the
* storage underlying this tuple, either by holding an exclusive lock on the * storage underlying this tuple, either by holding an exclusive lock on the
* buffer containing it (which is what lazy VACUUM does), or by having it by * buffer containing it (which is what lazy VACUUM does), or by having it be
* in private storage (which is what CLUSTER and friends do). * in private storage (which is what CLUSTER and friends do).
* *
* Note: it might seem we could make the changes without exclusive lock, since * Note: it might seem we could make the changes without exclusive lock, since
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment