forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3d8d217
committed
ci: macos: Remove use of -Dsegsize_blocks=6
The option causes a measurable slowdown. Macos is, by far, the most expensiveplatform for CI, therefore it doesn't make sense to run such a test there.d3b111e used a small segment size for two tasks, one with autoconf, onewith meson. In hindsight that is a bit overkill, it's unlikely that the optionwould silently break. Thus don't move the -Dsegsize_blocks=6, just removeit. I did however change the autoconf test to use 6 instead of 8 blocks, aslong as we allow it, a non-power-of-two test seems like a good idea.While at it, add a comment explaining why we use a small segment size for CI.Author: Andres Freund <andres@anarazel.de>Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>Discussion:https://postgr.es/m/20230808021541.7lbzdefvma7qmn3w@awork3.anarazel.deBackpatch: 16-, whered3b111e introduced the use of -Dsegsize_blocks=61 parent17ebbdf commit3d8d217
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
334 | 340 |
| |
335 | 341 |
| |
336 | 342 |
| |
337 | 343 |
| |
338 | 344 |
| |
339 |
| - | |
| 345 | + | |
340 | 346 |
| |
341 | 347 |
| |
342 | 348 |
| |
| |||
504 | 510 |
| |
505 | 511 |
| |
506 | 512 |
| |
507 |
| - | |
508 | 513 |
| |
509 | 514 |
| |
510 | 515 |
| |
|
0 commit comments
Comments
(0)