On Mon, Apr 16, 2018 at 9:04 AM, Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
>> (gdb) p *debug_query_string
>> $1 = 115 's'
>
> Sorry, I meant "p debug_query_string" -- lose the *.
This now seems unnecessary, since it's already evident from your "bt
full" output that the query involved in the crash was "select count(*)
from pg_buffercache where isdirty".
--
Peter Geoghegan