aboutsummaryrefslogtreecommitdiff
path: root/doc/src/FAQ/FAQ.html
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-08-24 14:07:50 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-08-24 14:07:50 +0000
commit968d7733a19cda3db16947024bd335d877b3d9c3 (patch)
treea39593b292dbfcaad45924e9a20ae90300167524 /doc/src/FAQ/FAQ.html
parent7326e78c4249393359edce09f555aaa049be2a80 (diff)
downloadpostgresql-968d7733a19cda3db16947024bd335d877b3d9c3.tar.gz
postgresql-968d7733a19cda3db16947024bd335d877b3d9c3.zip
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
places that were including the wrong files.
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r--doc/src/FAQ/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index ef698e7ae90..83b121a00e4 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -725,7 +725,7 @@
can increase it by restarting the <I>postmaster</I> with a suitable
<I>-N</I> value. With the default configuration you can set
<I>-N</I> as large as 1024. If you need more, increase
- <SMALL>MAXBACKENDS</SMALL> in <I>include/config.h</I> and rebuild.
+ <SMALL>MAXBACKENDS</SMALL> in <I>include/pg_config.h</I> and rebuild.
You can set the default value of <I>-N</I> at configuration time,
if you like, using <I>configure's</I> <I>--with-maxbackends</I>
switch.</P>