From b2ef38e88335269315c9146cec8e3874d45cc0b8 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Thu, 18 Apr 2002 02:48:19 +0000
Subject: [PATCH] Add mention of -DLINUX_PROFILE to profile mention.
---
doc/FAQ | 5 +++--
doc/src/FAQ/FAQ.html | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/doc/FAQ b/doc/FAQ
index 7e10741d956..1545986e69f 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 ac054a3fead..3e37b28b2f6 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?