projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ebe50
)
Fix obsolete comment
author
Alvaro Herrera
Thu, 12 May 2016 18:36:51 +0000
(15:36 -0300)
committer
Alvaro Herrera
Thu, 12 May 2016 18:36:51 +0000
(15:36 -0300)
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 559970fe67b6c2e6e5a5309188a79af8d409f093..78746d15b9525170999d4e76d741059e68278542 100644
(file)
--- a/
src/backend/access/heap/heapam.c
+++ b/
src/backend/access/heap/heapam.c
@@
-6155,8
+6155,8
@@
heap_tuple_needs_freeze(HeapTupleHeader tuple, TransactionId cutoff_xid,
/*
* The considerations for multixacts are complicated; look at
- * heap_
freeze_tuple for justifications. This routine had better be in
- * sync with that one!
+ * heap_
prepare_freeze_tuple for justifications. This routine had better
+ *
be in
sync with that one!
*/
if (tuple->t_infomask & HEAP_XMAX_IS_MULTI)
{