Description
Had a very interesting debugging session a few minutes ago.
Ah while back I simply replaced the "big" postgres:9.5
image with the lightweight postgres:9.5-alpine
image and at first everything looked fine. Until it came to some selects which suddenly stop working.
Which tells me that there is some kind of difference in the default configuration between the normal and the alpine version. Maybe that's normal but actually I didn't expect that as everything else worked fine. (no warning on startup and in general everything seemed fine).
I filed all details of my issue hunt at hackmdio/codimd#430 (comment)
And it took me some time to figure it out. So I hope it's helpful to hunt down the real issue that is located underneath the whole thing. For me the switch back fixed it for now but it would be nice to fix it in general in future.