projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9246af6
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 18 Dec 2015 17:03:15 +0000
(12:03 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 18 Dec 2015 17:03:15 +0000
(12:03 -0500)
Amit Langote
src/backend/access/heap/heapam.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/heap/heapam.c
b/src/backend/access/heap/heapam.c
index 9ff7a41e43ce54efcea398cc13b76d04a1503d95..3c2878b2d409cd131fe1f6a52c6b40a6ea1dcf1f 100644
(file)
--- a/
src/backend/access/heap/heapam.c
+++ b/
src/backend/access/heap/heapam.c
@@
-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
* 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 b
y
+ * buffer containing it (which is what lazy VACUUM does), or by having it b
e
* in private storage (which is what CLUSTER and friends do).
*
* Note: it might seem we could make the changes without exclusive lock, since