Christoph Berg

Results 130 comments of Christoph Berg

@RajeshMadiwale: Are you seeing this also with the git version? If I remember correctly we changed a few bits here since the last tarball release.

Fwiw, I'd also appreciate a new release with PG14 support since that would allow me to upload pglast and sqlreduce to Debian which has PG14 only, and postgresql-server-dev-13 has already...

@lelit: Even when pglast is a static lib, we need to build it, and Debian requires that to be done from things that are present within Debian. postgresql-server-dev-14 isn't enough:...

@lelit you are right, and I'm sorry for not having forwarded this in the beginning (and then forgetting that it exists). There is indeed a patch in pglast.deb that makes...

Or maybe not new switches, but skip the tests if CLUBLOG_APIKEY and QRZ_USERNAME aren't set.

Hi Tobias, thanks for your efforts. In the meantime, the package was accepted into Debian/unstable. For the test, I'm not very fluent in python yet, and we don't really need...

The problem turned out to be a bug in Quobyte that could be worked around by a config change.

Hi Dan, I'm not familiar with that unit, but if it's a "normal" physical unit that can be expressed in SI base units, you can do this: ``` postgres =#...

The problem here was that /sys/class/net/* lists all the devices from the host system, but inside the network namespace, only one is present (and moreover, it has the wrong end...

Hmm, true. On my laptop, the first one returns `eth0`, while the new one returns ``` eth0 wlan2 veth1 ``` We should probably just append `| head -n1` to the...