Matthias van de Meent
Matthias van de Meent
Initial work in #2346 has shrunk the image by about 220MB from 521.83 MB to 303.26 MB, which is quite nice. Functionality has not been validated yet. We could potentially...
@hlinnaka could you check it with `--profile release-line-debug-size-lto` (which we use in production docker image builds)? That decreased the size of the binary to < 22 MB (see https://github.com/neondatabase/neon/pull/2346#issuecomment-1234183553 for...
My tests indicate we crash persistently when I execute the following (composite) statement: ``` CREATE EXTENSION postgis; CREATE EXTENSION plv8; ```
I've reproduced it with ``` $ CREATE EXTENSION plv8; $ CREATE EXTENSION postgis; -- no error yet $ CREATE OR REPLACE FUNCTION test () > RETURNS int > IMMUTABLE >...
I haven't yet been able to get this image running locally, so this was in staging
And that was with PLv8/3.1.4 too, so it's not something that's fixed with that release
well, we won't see PLV8 crash postgres anymore considering that we don't include it in the final image. But, indeed, I haven't yet found the origin of the issue, nor...
I've tried my hand on this one to get a local application working. What I ended up doing was: - Extend Settings with an extra config flag `bindByParamName`, default `false`,...
I've added a MR with the patch I created, see #10703
> there are now two WalProposerSync functions, one in contrib/neon/walproposer.c, and another in src/backend/replication/walpropcompat.c This was fixed, but under a different branch name. I've pushed it to the PR-branch just...