postgres
postgres copied to clipboard
Random assortment of Andres' postgres dev stuff
Currently, we don't support docdir and htmldir options in meson which exist in autoconf.
- [ ] #12 - [x] #11 - [ ] Use ccache for windows - [ ] Test VPATH build (perhaps on the CompilerWarnings task, kinda ugly that we need...
The homebrew installation for macos tasks takes 1min+ in each test run. We could instead do a separate homebrew install in a directory, and populate it from cache. Relveant .cirrus.yml...
Linux currently is the fastest task, and most sanitizers work on linux. Something like CFLAGS='-O0 -fsanitize=alignment,undefined,address -fno-sanitize=nonnull-attribute -fno-sanitize=float-cast-overflow -fno-sanitize-recover=all'
After windows VS and mingw image generation tasks are merged on CI repo, refactor windows postgres tasks to use same image. This PR needs to be merged together with https://github.com/anarazel/pg-vm-images/pull/80.
We want to have a branch that uses a specific branch of meson for all tasks. Then, we can create a Cirrus cron "job" that tests Postgres againts different meson...
I'd like to have a (perpetual) branch that modifies .cirrus.yml to use a specific branch of meson for all tasks. Then I'd like to create a cirrus cron "job" that...