Filip Januš

Results 43 comments of Filip Januš

I was wondering how to enable testing against the already installed library. And without setting up BUILD_SHARED_LIBS to TRUE build fails because the build of examples fails on missing library...

Thank you for your report, but it's really hard to find the problem. Would it be possible to provide the reproducer?

Off the top of my head, It seems that you tried to set up a higher memory limit than available, so the server set the default one.

From my point of view, it would make sense to be able to define whether to use the tag or the release. In the linked issue, I would expect predictable...

Hello, thank you for your report. Since every layer (podman, openshift,..) complicates the debugging, it would be really helpful to provide a reproducer just using podman or on rpm level.

It seems to be caused by the orchestration. I tested the scenario just by deploying the image by podman and then redeploying and the upgrade works fine.

Of course, I am using persistent data location. Without the upgrade option, it isn't possible to re-deploy it with the higher Postgresql version. From my POW minikube and openshift block,...

> FYI, when you run ` pg_ctl -D /var/lib/pgsql/data/userdata stop` it does remove the PID file. > > I'm guessing that the `SIGTERM` is not shutting down the container properly....

> I was reviewing the PR which should fix this issue: #554. > > However the main communication seems to be here, so I'll ask here. > > As you...