Re: profiling on win32

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: profiling on win32
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3417DD1F2@Herge.rcsinc.local
обсуждение исходный текст
Ответ на profiling on win32  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-hackers-win32
> "Merlin Moncure" <merlin.moncure@rcsonline.com> writes:
> > 4. to compile postgresql for profiling (assumes you already have
mingw,
> > etc. installed).
> > a. do make clean, make, and make install as normal.
> > b. edit makefile.global and add -pg to the end of cflags line.
> > c. do make clean, and make, and make install of just the backend.
you
> > can do this by running make from backend folder.
>
> You shouldn't have to touch Makefile.global; there's a parameter built
> into the makefiles for this.  Just do
>
>     cd .../src/backend
>     make clean
>     make PROFILE="-pg" all
>
> (Quoting syntax might be different on Windows, but as long as it's
> GNU make I'd expect this to work.)

That works as-is in the msys shell.  cool.
Merlin

В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: profiling on win32
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: [PERFORM] insert performance for win32