Re: [PATCHES] DTrace not working after SUBSYS.o reorg

2008-02-26 Thread Magne Mæhre

Magne Mæhre wrote:


I noticed that the dtrace code wouldn't build after the recent SUBSYS.o
reorganization.

Attached is a small patch that expands the files..

--Magne



Oooops... wrong patch file


The correct one is attached

Sorry

--Magne
Index: src/backend/Makefile
===
RCS file: /projects/cvsroot/pgsql/src/backend/Makefile,v
retrieving revision 1.126
diff -u -r1.126 Makefile
--- src/backend/Makefile	25 Feb 2008 17:55:42 -	1.126
+++ src/backend/Makefile	26 Feb 2008 13:42:45 -
@@ -137,7 +137,8 @@
 
 
 utils/probes.o: utils/probes.d $(SUBDIROBJS)
-	$(DTRACE) $(DTRACEFLAGS) -G -s $^ -o $@
+	$(DTRACE) $(DTRACEFLAGS) -G -s $(srcdir)/utils/probes.d -o $@ $(call expand_subsys,$(SUBDIROBJS))
+
 
 

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [PATCHES] DTrace not working after SUBSYS.o reorg

2008-02-26 Thread Peter Eisentraut
Am Dienstag, 26. Februar 2008 schrieb Magne Mæhre:
 I noticed that the dtrace code wouldn't build after the recent SUBSYS.o
 reorganization.

Fixed.

Is there no buildfarm coverage of dtrace?

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

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster