]> granicus.if.org Git - postgresql/commitdiff
Add mention of -DLINUX_PROFILE to profile mention.
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Apr 2002 02:48:19 +0000 (02:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Apr 2002 02:48:19 +0000 (02:48 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 7e10741d956ee6e2e28cd3a2b5f754b908eb1fd3..1545986e69f35b1816289be5e6b15ae8036e29d7 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Tue Apr 9 10:53:30 EDT 2002
+   Last updated: Wed Apr 17 22:48:04 EDT 2002
    
    Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
    
    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 client profile file will be put
-   in the client's current directory.
+   in the client's current directory. Linux requires a compile with
+   -DLINUX_PROFILE for proper profiling.
    
     3.8) Why do I get "Sorry, too many clients" when trying to connect?
     
index ac054a3fead9311b3b8a864ee8a5bdf38312c399..3e37b28b2f6452f8469d3ce6b25b18e033e86587 100644 (file)
@@ -14,7 +14,7 @@
   alink="#0000ff">
     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 
-    <P>Last updated: Tue Apr  9 10:53:30 EDT 2002</P>
+    <P>Last updated: Wed Apr 17 22:48:04 EDT 2002</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
     <P>You can also compile with profiling to see what functions are
     taking execution time. The backend profile files will be deposited
     in the <I>pgsql/data/base/dbname</I> directory. The client profile
-    file will be put in the client's current directory.</P>
+    file will be put in the client's current directory.  Linux requires
+    a compile with <I>-DLINUX_PROFILE</I> for proper profiling.</P>
 
     <H4><A name="3.8">3.8</A>) Why do I get <I>"Sorry, too many
     clients"</I> when trying to connect?</H4>