Re: Printing backtrace of postgres processes - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Printing backtrace of postgres processes
Date
Msg-id 55526d79-247d-83a1-0961-7d42e0db1870@enterprisedb.com
Whole thread Raw
In response to Re: Printing backtrace of postgres processes  (vignesh C <vignesh21@gmail.com>)
Responses Re: Printing backtrace of postgres processes  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 2020-12-08 10:38, vignesh C wrote:
> I have implemented printing of backtrace based on handling it in
> CHECK_FOR_INTERRUPTS. This patch also includes the change to allow
> getting backtrace of any particular process based on the suggestions.
> Attached patch has the implementation for the same.
> Thoughts?

Are we willing to use up a signal for this?



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: list of extended statistics on psql
Next
From: Peter Eisentraut
Date:
Subject: Re: Occasional tablespace.sql failures in check-world -jnn