Re: DTrace not working after SUBSYS.o reorg - Mailing list pgsql-patches

From Magne Mæhre
Subject Re: DTrace not working after SUBSYS.o reorg
Date
Msg-id 47C41900.3050407@sun.com
Whole thread Raw
In response to DTrace not working after SUBSYS.o reorg  (Magne Mæhre <Magne.Mahre@Sun.COM>)
List pgsql-patches
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 -0000    1.126
+++ src/backend/Makefile    26 Feb 2008 13:42:45 -0000
@@ -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))
+



pgsql-patches by date:

Previous
From: Magne Mæhre
Date:
Subject: DTrace not working after SUBSYS.o reorg
Next
From: Simon Riggs
Date:
Subject: Bulk Insert tuning