mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix obsolete comment
This commit is contained in:
parent
428484ce10
commit
21ef195340
@ -6752,8 +6752,8 @@ heap_tuple_needs_freeze(HeapTupleHeader tuple, TransactionId cutoff_xid,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* The considerations for multixacts are complicated; look at
|
* The considerations for multixacts are complicated; look at
|
||||||
* heap_freeze_tuple for justifications. This routine had better be in
|
* heap_prepare_freeze_tuple for justifications. This routine had better
|
||||||
* sync with that one!
|
* be in sync with that one!
|
||||||
*/
|
*/
|
||||||
if (tuple->t_infomask & HEAP_XMAX_IS_MULTI)
|
if (tuple->t_infomask & HEAP_XMAX_IS_MULTI)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user