Re: DTrace not working after SUBSYS.o reorg

Поиск
Список
Период
Сортировка
От Magne Mæhre
Тема Re: DTrace not working after SUBSYS.o reorg
Дата
Msg-id 47C41900.3050407@sun.com
обсуждение исходный текст
Ответ на DTrace not working after SUBSYS.o reorg  (Magne Mæhre <Magne.Mahre@Sun.COM>)
Список 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 по дате отправления:

Предыдущее
От: Magne Mæhre
Дата:
Сообщение: DTrace not working after SUBSYS.o reorg
Следующее
От: Simon Riggs
Дата:
Сообщение: Bulk Insert tuning