Control: tags -1 moreinfo Re: Tim Bishop 2020-03-05 <27c7ad55-9e4c-7b03-9391-4ef3c660a...@inroads.ai> > I tried to run postgresql through gdb but was unable to reproduce the error > this way. The query is running accross multiple child processes and I'm > unable to determine which one is causing the segfault.
Hi, can you try to get a coredump? /etc/postgresql/11/main/pg_ctl.conf: pg_ctl_options = '-c' ... and then restart the server. Christoph