Re: DTrace probe patch for OS X Leopard

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Robert Lor <Robert(dot)Lor(at)sun(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: DTrace probe patch for OS X Leopard
Date: 2008-02-28 23:18:14
Message-ID: 200802290018.15838.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Robert Lor wrote:
> dtrace call in src/Makefile is to generate probes.h before any file is
> compiled so it can be used in c.h to avoid "probes.h not found" error.
> The dtrace call in src/backend/Makefile is only needed for Solaris.

Is c.h the right place to include this? The probes are only in the backend
code, so perhaps postgres.h would be more appropriate. Or just include it in
the .c files that need it, of which there are only 3.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Robert Lor 2008-02-28 23:52:27 Re: DTrace probe patch for OS X Leopard
Previous Message Robert Lor 2008-02-28 21:55:09 Re: DTrace probe patch for OS X Leopard