Non-Solaris dtrace support is disabled in 8.4!!!?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Non-Solaris dtrace support is disabled in 8.4!!!?
Date: 2009-09-04 21:49:51
Message-ID: 22306.1252100991@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have just discovered that this commit
http://archives.postgresql.org/pgsql-committers/2008-03/msg00316.php
which was alleged to improve our dtrace support on non-Solaris operating
systems, actually disabled it completely:

+ ifeq ($(PORTNAME), solaris)
ifeq ($(enable_dtrace), yes)
LOCALOBJS += utils/probes.o
endif
+ endif

OBJS = $(SUBDIROBJS) $(LOCALOBJS) $(top_builddir)/src/port/libpgport_srv.a

Wasn't anybody paying attention?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2009-09-04 22:09:50 Re: Non-Solaris dtrace support is disabled in 8.4!!!?
Previous Message Dimitri Fontaine 2009-09-04 21:27:19 Re: Eliminating VACUUM FULL WAS: remove flatfiles.c