Re: doc/FAQ_DEV: about profile - Mailing list pgsql-patches

From Tom Lane
Subject Re: doc/FAQ_DEV: about profile
Date
Msg-id 11509.1127016261@sss.pgh.pa.us
Whole thread Raw
In response to doc/FAQ_DEV: about profile  (a_ogawa@hi-ho.ne.jp)
List 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 by date:

Previous
From: a_ogawa@hi-ho.ne.jp
Date:
Subject: doc/FAQ_DEV: about profile
Next
From: Martijn van Oosterhout
Date:
Subject: [PATCH] Add support for IS NULL to btree indexes