pgsql: ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY
Дата
Msg-id E1qUwqW-001l52-6c@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY

RANDOMIZE_ALLOCATED_MEMORY causes a measurable slowdown. Macos is, by far, the
most expensive platform for CI, therefore it doesn't make sense to run such a
test there.

Ubsan and asan on linux should detect most of the the cases of uninitialized
memory, so it doesn't really seem worth using -DRANDOMIZE_ALLOCATED_MEMORY in
another instance type.

Author: Andres Freund <andres@anarazel.de>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/20230808021541.7lbzdefvma7qmn3w@awork3.anarazel.de
Backpatch: 16-, where 89d16b635 added the use of -DRANDOMIZE_ALLOCATED_MEMORY

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4bec616f26f5f39a6819804f2b7992495a1a7a6f

Modified Files
--------------
.cirrus.yml | 1 -
1 file changed, 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix off-by-one in XLogRecordMaxSize check.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Simplify determining logical replication worker types.