From 968d7733a19cda3db16947024bd335d877b3d9c3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Aug 2001 14:07:50 +0000 Subject: 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. --- doc/src/FAQ/FAQ.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/FAQ/FAQ.html') 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 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. + 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.

-- cgit v1.2.3