mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
Fix obsolete comment
This commit is contained in:
parent
e9a273199f
commit
627dcb6e42
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue