Re: DTrace probe patch for OS X Leopard

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

Robert Lor wrote:
> 2) Need help figuring out how to copy src/backend/util/probes.d from src
> tree to
> bld tree at build time. It works fine if compilation is done in the src
> tree.

I have reworked your build rules so they look more like the idioms that we
already use for other similar cases. This should fix the troubles you
describe and others.

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

Attachment Content-Type Size
dtrace-probe-petere.patch text/x-diff 7.4 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Robert Lor 2008-02-27 21:27:22 Re: DTrace probe patch for OS X Leopard
Previous Message Tom Lane 2008-02-27 20:58:12 Re: SRF memory leaks