projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a2731
)
Fix obsolete comment
author
Alvaro Herrera
<
[email protected]
>
Thu, 12 May 2016 18:36:51 +0000
(15:36 -0300)
committer
Alvaro Herrera
<
[email protected]
>
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 5ed3cb52c45e168a56c1ca1a852f4f6e3a937663..91cd3710ba83e75b9112cf43f128b6e5b89f7569 100644
(file)
--- a/
src/backend/access/heap/heapam.c
+++ b/
src/backend/access/heap/heapam.c
@@
-6361,8
+6361,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)
{