ci: enable various runtime checks on FreeBSD and macOS
authorAndres Freund <[email protected]>
Sun, 2 Oct 2022 00:04:13 +0000 (17:04 -0700)
committerAndres Freund <[email protected]>
Sun, 2 Oct 2022 00:39:53 +0000 (17:39 -0700)
commit89d16b63527d078ae611b0af1241258ffa1f460b
tree9cd9652aaa4eb6946441701f14d6ab9c3e28a8db
parent2d2f08310490d63c4cc097243ba63a1601316c17
ci: enable various runtime checks on FreeBSD and macOS

Increase likelihood of discovering problems during CI rather the buildfarm by
defining -DRELCACHE_FORCE_RELEASE -DCOPY_PARSE_PLAN_TREES
-DWRITE_READ_PARSE_PLAN_TREES -DRAW_EXPRESSION_COVERAGE_TEST on FreeBSD, and
-DRANDOMIZE_ALLOCATED_MEMORY on macOS.

FreeBSD and macoS are currently not CI bottlenecks, so we can afford to
increase their test times a bit.

Author: Justin Pryzby <[email protected]>
Discussion: https://postgr.es/m/20220910200542[email protected]
.cirrus.yml