Re: [PATCHES] Generic Monitoring Framework with DTrace patch - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCHES] Generic Monitoring Framework with DTrace patch
Date
Msg-id 200607232150.39692.peter_e@gmx.net
Whole thread Raw
In response to Re: [PATCHES] Generic Monitoring Framework with DTrace patch  (Robert Lor <Robert.Lor@Sun.COM>)
Responses Re: [PATCHES] Generic Monitoring Framework with DTrace patch  (Robert Lor <Robert.Lor@Sun.COM>)
List pgsql-hackers
Robert Lor wrote:
> Regarding where to put probe.d, will src/probe.d work since probes
> for all subsystems will go into this one file.

As I understand this, the probe file is compiled into some sort of 
object file which is linked into the binary.  So if we ever have probes 
in other components, we'd probably want to have separate probe source 
and object files for them.  That would seem better than one big probe 
file that is linked in everywhere.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PERFORM] Sun Donated a Sun Fire T2000 to the PostgreSQL
Next
From: Gavin Sherry
Date:
Subject: Re: On-disk bitmap index patch