Re: [PATCH] dtrace probes for memory manager - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: [PATCH] dtrace probes for memory manager
Date
Msg-id 4AFD79BE020000250002C81B@gw.wicourts.gov
Whole thread Raw
In response to Re: [PATCH] dtrace probes for memory manager  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: [PATCH] dtrace probes for memory manager
Re: [PATCH] dtrace probes for memory manager
List pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.com> wrote:
> Is it possible to have a set of probes that would only be enabled
> with say, --enable-debug compile time option?
But we routinely build with that for normal production use so that if
we get a core dump or need to backtrace a problem process, we will get
meaningful results.  Please don't create a performance penalty for
compiling with debug info.  (We'd probably wind up disabling it....)
-Kevin


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] dtrace probes for memory manager
Next
From: "Joshua D. Drake"
Date:
Subject: Re: [PATCH] dtrace probes for memory manager