Andres Freund

Results 24 issues of Andres Freund

Hi, freshly updated msys, using the ucrt64 shell, and the ucrt gcc. We hit the issue that strtof() returns inaccurate results, even though that shouldn't be the case when using...

mingw-w64

Hi, I have a few tasks defined as trigger_type: manual, because they're to expensive / slow to run all the time. I also have set up email notification for failed...

bug

When using caches (via cache instructions or http cache) for tasks like caching build data (using ccache etc) the default retention period of 90 days will often be too high...

feature

Often development branches should access different resources than e.g. a release branch. To specify that in an economical way, it is useful to set environment variables to different values, depending...

feature

Set a useful core_pattern for amd64/aarch64 containers. E.g. something like `/tmp/cores/%e-%s-%p.%t.core` Right now arm containers have `/proc/sys/kernel/core_pattern` set to just `core` (but due to `/proc/sys/kernel/core_uses_pid=1` that's essentially `core.%p`) and amd64...

feature
upstream-issue

## Tasks for meson use in postgres: - [ ] Missing Features - [x] #38 libedit support (easy-medium) - [x] generate pkg-config files (easy-medium) - [ ] fully implement "native...

We now generate postgresql-extension.pc and postgresql-extension-warnings-uninstalled.pc, containing the correct flags to build an extension fairly easily, without otherwise using postgres' build infrastructure. I manually tested this on linux and windows,...

- [ ] #12 - [x] #11 - [ ] Use ccache for windows - [ ] Test VPATH build (perhaps on the CompilerWarnings task, kinda ugly that we need...