Re: New strategies for freezing, advancing relfrozenxid early

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: New strategies for freezing, advancing relfrozenxid early
Дата
Msg-id 20221111034455.GE16809@telsasoft.com
обсуждение исходный текст
Ответ на Re: New strategies for freezing, advancing relfrozenxid early  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: New strategies for freezing, advancing relfrozenxid early  (Peter Geoghegan <pg@bowt.ie>)
Список 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 по дате отправления:

Предыдущее
От: Japin Li
Дата:
Сообщение: Typo about subxip in comments
Следующее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: User functions for building SCRAM secrets