Re: New strategies for freezing, advancing relfrozenxid early - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: New strategies for freezing, advancing relfrozenxid early
Date
Msg-id 20221111034455.GE16809@telsasoft.com
Whole thread Raw
In response to Re: New strategies for freezing, advancing relfrozenxid early  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: New strategies for freezing, advancing relfrozenxid early
List pgsql-hackers
Note that this fails under -fsanitize=align

Subject: [PATCH v5 2/6] Teach VACUUM to use visibility map snapshot.

performing post-bootstrap initialization ...
../src/backend/access/heap/visibilitymap.c:482:38: runtime error: load of misaligned address 0x5559e1352424 for type
'uint64',which requires 8 byte alignment
 

>                         *all_visible += pg_popcount64(umap[i] & VISIBLE_MASK64);



pgsql-hackers by date:

Previous
From: Japin Li
Date:
Subject: Typo about subxip in comments
Next
From: "Jonathan S. Katz"
Date:
Subject: Re: User functions for building SCRAM secrets