Jelte Fennema-Nio
Jelte Fennema-Nio
Hmm that's definitely a bug, if you want to create a PR to fix this that would be appreciated. Otherwise I'll try to fix it in the near future. For...
Virtualgo (or vg) is indeed built to solve this issue (as well as some others). It also works with glide, although the integration is not as good as with dep....
@jaapbakker88 can you look at this
Seems I never made a PR back with this commit: https://github.com/GetStream/gorocksdb/commit/42987db69212a5231fdbf954dfe035d982cee2d7 Feel free to make a PR with that change, I don't have time for that anymore these days.
@flxflx any other places where this happens is most certainly a bug IMHO, since keeping a pointer to GC owned memory is not allowed by CGO rules. Most inputs are...
Small nitpick, both the title of the PR and the commit message say: `core::.net`, not `core::net` This would be a funny module name, given that .NET Core is the name...
To be clear, this also happens when restarting `node-active`. We want to use restarting of `node-active` as the way to do upgrades of pg_autoctl without killing postgres in https://github.com/citusdata/pg_auto_failover/pull/296. For...
One idea to fix this is to allow specifying `--pghost=/tmp`. This currently does not work for multiple reasons: 1. `--pghost` is not implemented on `create monitor` 2. I think we...
To answer your questions: 1. When I run the following command: ``` make install -j9 && pg_autoctl create monitor --pgdata monitor --ssl-self-signed --run --auth trust -vvv ``` There are messages...
Woops, pressed send too fast: 3. Maybe not, but it's one an operator cannot fix. File system permissions an operator can change. This is not the case when Postgres is...