Re: doc/FAQ_DEV: about profile

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: doc/FAQ_DEV: about profile
Дата
Msg-id 11509.1127016261@sss.pgh.pa.us
обсуждение исходный текст
Ответ на doc/FAQ_DEV: about profile  (a_ogawa@hi-ho.ne.jp)
Список pgsql-patches
a_ogawa@hi-ho.ne.jp writes:
> Though there is a description for the profile in doc/FAQ_DEV:
>> You can also compile with profiling to see what functions are taking
>> execution time. The backend profile files will be deposited in the
>> pgsql/data/base/dbname directory.
> The backend profile files is deposited in the pgsql/data directory
> on my linux now. I think that we should correct doc/FAQ_DEV.

Right.  Also, if there's anyplace we say that core-dump files would go
into the per-database subdirectories, that's not true anymore either.

            regards, tom lane

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

Предыдущее
От: a_ogawa@hi-ho.ne.jp
Дата:
Сообщение: doc/FAQ_DEV: about profile
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: [PATCH] Add support for IS NULL to btree indexes