Re: pgsql: Enable probes to work with Mac OS X Leopard and other OSes that

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Enable probes to work with Mac OS X Leopard and other OSes that
Date: 2008-03-17 20:47:56
Message-ID: 200803172147.57502.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Tom Lane wrote:
> petere(at)postgresql(dot)org (Peter Eisentraut) writes:
> > Switch from using DTRACE_PROBEn macros to the dynamically generated
> > macros. Use "dtrace -h" to create a header file that contains the
> > dynamically generated macros to be used in the source code instead of the
> > DTRACE_PROBEn macros. A dummy header file is generated for builds
> > without DTrace support.
>
> Gen_dummy_probes.sed? How likely is that to work on Windows?

I think if they can run Gen_fmgrtab, they can get this to work.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-03-17 20:51:21 Re: pgsql: Enable probes to work with Mac OS X Leopard and other OSes that
Previous Message Tom Lane 2008-03-17 19:57:53 Re: pgsql: Enable probes to work with Mac OS X Leopard and other OSes that

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-03-17 20:51:21 Re: pgsql: Enable probes to work with Mac OS X Leopard and other OSes that
Previous Message Greg Smith 2008-03-17 20:38:03 Re: [PATCHES] [0/4] Proposal of SE-PostgreSQL patches