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 +- doc/src/FAQ/FAQ_german.html | 2 +- doc/src/sgml/indices.sgml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') 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.

diff --git a/doc/src/FAQ/FAQ_german.html b/doc/src/FAQ/FAQ_german.html index e133ef361b5..6c40523afce 100644 --- a/doc/src/FAQ/FAQ_german.html +++ b/doc/src/FAQ/FAQ_german.html @@ -712,7 +712,7 @@ Du mußt die Grenze des postmasters, die festlegt, In Postgres 6.5 sind das normalerweise 32 Prozesse. Du kannst diesen Wert dadurch erhöhen, daß Du den postmaster mit einem entsprechenden -N Wert neu startest. In der Standardkonfiguration kannst Du -N auf maximal 1024 setzen. -Falls Du mehr brauchst, erhöhe MAXBACKENDS in include/config.h und +Falls Du mehr brauchst, erhöhe MAXBACKENDS in include/pg_config.h und kompiliere das Paket neu. Du kannst den Standardwert von -N während der Konfiguration setzen, indem Du --with-maxbackends angibst. diff --git a/doc/src/sgml/indices.sgml b/doc/src/sgml/indices.sgml index 9c5b805bb28..1f746aa8b09 100644 --- a/doc/src/sgml/indices.sgml +++ b/doc/src/sgml/indices.sgml @@ -1,4 +1,4 @@ - + Indexes @@ -238,7 +238,7 @@ CREATE INDEX test2_mm_idx ON test2 (major, minor); Currently, only the B-tree implementation supports multi-column indexes. Up to 16 columns may be specified. (This limit can be altered when building Postgres; see the - file config.h.) + file pg_config.h.) -- cgit v1.2.3