Andres Freund
Andres Freund
Hi, On 2015-07-10 03:14:16 -0700, gilesw wrote: > - Adding documentation regarding the importance of a single time source on conflict handlers - If you have a conflict when the...
@lazka: > Enabling JIT debugging ([6ff1a1f](https://github.com/msys2/MINGW-packages/commit/6ff1a1f8a631ab9b243a827e77619dc2f33cb992)) makes the error go away. But at this point I'm just happy to have a workaround for CI. I suspect that might be because...
Turns out it's actually the presence of SEM_NOOPENFILEERRORBOX - I can, very very occasionally, reproduce crashes after os._exit() and before process exit. So this looks very likely to be a...
Yes, I'm now using starlark (thanks to #962 being fixed). Unfortunately it doesn't easily allow to use branch specific secrets etc, because starlark doesn't see those.
> @anarazel what do you mean by "branch specific secrets"? The concrete scenario: I have a task building VM images and containers. For pull requests and development branches the resulting...
Could you change this to target the meson branch? Then I can merge it there for now.
Could you rebase?
Awesome. Can you send this to the postgres list? I'd only run the arm macos in that submission....
> Did you mean adding these tests to the current testsuite implementation or adding these tests to '.cirrus.yml' as a 'script'? The former.
> Some of the tests' of pgbouncer fail, they also fail on my local except test_password_server, which passes on my local. (I didn't try pgbouncer with autoconf) It'd be good...