Re: Ideas for easier debugging of backend problems
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "Jim C. Nasby" <jnasby(at)pervasive(dot)com>
- Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql-hackers(at)postgresql(dot)org
- Subject: Re: Ideas for easier debugging of backend problems
- Date: Thu, 27 Oct 2005 13:12:52 -0400
- Message-id: <22425(dot)1130433172(at)sss(dot)pgh(dot)pa(dot)us>
"Jim C. Nasby" <jnasby(at)pervasive(dot)com> writes:
> It would also be useful to be able to force the backend to
> dump core so you can see if it's actually working
kill -ABRT backend-PID
regards, tom lane
Home |
Main Index |
Thread Index