Roberto Cornacchia
Roberto Cornacchia
Unfortunately this still happens (Jan2022, git head). A seemingly fine database was running on a system that somehow was leaking 11G of disk space. `df` was reporting a partition usage...
It is a feature request. Note however that in absence of temporary views there is also a bug (see above PostgreSQL solution for it)
I am not allowed to reopen this issue (which was closed without any resolution), but if possible things got even worse. Now functions exported from `str.h `are marked with ```...
Can I hope for actually getting it to run in parallel? That would be awesome. I mean, I understand the concerns about thread-safety, but after all if one uses a...
Hi @arjenderijke , yes I understand. As I said I wasn't sure, but I suspected there could have been a somehow forgotten low-hanging fruit, so I brought this up. I...
I'm getting the same issue and all images are available locally. In my case, it's triggered by a `docker-compose run`, and a linked running container gets recreated even though nothing...
Sorry for the intrusion, just to mention that if I read correctly this is related to #7349. Not so much about the timing aspect, but about the "no active transactions"...
The Dockerfile is pretty simple: ``` FROM fedora:35 RUN dnf update -y RUN dnf install -y \ autoconf automake bison bzip2 bzip2-libs cmake coreutils file flex \ gcc gdal-devel gdb...
BTW, this is not a real issue for me in practice, I'm not even sure why one of my scripts was using `-h localhost`. I'll change it to no host...