From: Bruce Momjian Date: Thu, 18 Apr 2002 02:48:19 +0000 (+0000) Subject: Add mention of -DLINUX_PROFILE to profile mention. X-Git-Tag: REL7_3~1693 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2ef38e88335269315c9146cec8e3874d45cc0b8;p=postgresql Add mention of -DLINUX_PROFILE to profile mention. --- diff --git a/doc/FAQ b/doc/FAQ index 7e10741d95..1545986e69 100644 --- 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) @@ -571,7 +571,8 @@ 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? diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index ac054a3fea..3e37b28b2f 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -14,7 +14,7 @@ alink="#0000ff">

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)
@@ -742,7 +742,8 @@

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.

+ file will be put 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?