aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ
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/FAQ
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/FAQ')
-rw-r--r--doc/FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index e3053e47305..db031a0e7bb 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -559,7 +559,7 @@
In PostgreSQL 6.5 and up, the default limit is 32 processes. You can
increase it by restarting the postmaster with a suitable -N value.
With the default configuration you can set -N as large as 1024. If you
- need more, increase MAXBACKENDS in include/config.h and rebuild. You
+ need more, increase MAXBACKENDS in include/pg_config.h and rebuild. You
can set the default value of -N at configuration time, if you like,
using configure's --with-maxbackends switch.