forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4bec616
committed
ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY
RANDOMIZE_ALLOCATED_MEMORY causes a measurable slowdown. Macos is, by far, themost expensive platform for CI, therefore it doesn't make sense to run such atest there.Ubsan and asan on linux should detect most of the the cases of uninitializedmemory, so it doesn't really seem worth using -DRANDOMIZE_ALLOCATED_MEMORY inanother instance type.Author: Andres Freund <andres@anarazel.de>Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>Discussion:https://postgr.es/m/20230808021541.7lbzdefvma7qmn3w@awork3.anarazel.deBackpatch: 16-, where89d16b6 added the use of -DRANDOMIZE_ALLOCATED_MEMORY1 parent7823a29 commit4bec616
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 |
| - | |
438 | 437 |
| |
439 | 438 |
| |
440 | 439 |
| |
|
0 commit comments
Comments
(0)