Skip to content

Commit b2ef38e

Browse files
committed
Add mention of -DLINUX_PROFILE to profile mention.
1 parent afd8067 commit b2ef38e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/FAQ

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

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Tue Apr 9 10:53:30 EDT 2002
4+
Last updated: Wed Apr 17 22:48:04 EDT 2002
55

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

@@ -571,7 +571,8 @@
571571
You can also compile with profiling to see what functions are taking
572572
execution time. The backend profile files will be deposited in the
573573
pgsql/data/base/dbname directory. The client profile file will be put
574-
in the client's current directory.
574+
in the client's current directory. Linux requires a compile with
575+
-DLINUX_PROFILE for proper profiling.
575576

576577
3.8) Why do I get "Sorry, too many clients" when trying to connect?
577578

doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
alink="#0000ff">
1515
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1616

17-
<P>Last updated: Tue Apr 9 10:53:30 EDT 2002</P>
17+
<P>Last updated: Wed Apr 17 22:48:04 EDT 2002</P>
1818

1919
<P>Current maintainer: Bruce Momjian (<A href=
2020
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -742,7 +742,8 @@ <H4><A name="3.7">3.7</A>) What debugging features are
742742
<P>You can also compile with profiling to see what functions are
743743
taking execution time. The backend profile files will be deposited
744744
in the <I>pgsql/data/base/dbname</I> directory. The client profile
745-
file will be put in the client's current directory.</P>
745+
file will be put in the client's current directory. Linux requires
746+
a compile with <I>-DLINUX_PROFILE</I> for proper profiling.</P>
746747

747748
<H4><A name="3.8">3.8</A>) Why do I get <I>"Sorry, too many
748749
clients"</I> when trying to connect?</H4>

0 commit comments

Comments
 (0)