Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 519d848

Browse files
committed
Update profile file location.
1 parent 32f2cd3 commit 519d848

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/FAQ_DEV

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Tue Aug 9 00:56:51 EDT 2005
4+
Last updated: Mon Sep 19 21:28:08 EDT 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -806,6 +806,6 @@ typedef struct nameData
806806

807807
You can also compile with profiling to see what functions are taking
808808
execution time. The backend profile files will be deposited in the
809-
pgsql/data/base/dbname directory. The client profile file will be put
810-
in the client's current directory. Linux requires a compile with
809+
pgsql/data directory. The client profile file will be put in the
810+
client's current directory. Linux requires a compile with
811811
-DLINUX_PROFILE for proper profiling.

doc/src/FAQ/FAQ_DEV.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated: Tue Aug 9 00:56:51 EDT 2005</P>
16+
<P>Last updated: Mon Sep 19 21:28:08 EDT 2005</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
1919
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -992,9 +992,9 @@ <H3><A name="2.8">2.8</A>) What debugging features are
992992

993993
<P>You can also compile with profiling to see what functions are
994994
taking execution time. The backend profile files will be deposited
995-
in the <I>pgsql/data/base/dbname</I> directory. The client profile
996-
file will be put in the client's current directory. Linux requires
997-
a compile with <I>-DLINUX_PROFILE</I> for proper profiling.</P>
995+
in the <I>pgsql/data</I> directory. The client profile file will be
996+
put in the client's current directory. Linux requires a compile with
997+
<I>-DLINUX_PROFILE</I> for proper profiling.</P>
998998
</BODY>
999999
</HTML>
10001000

0 commit comments

Comments
 (0)