diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-27 06:25:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-27 06:25:03 +0000 |
commit | b2773d4099d2dbccc4d23165a093581090c49451 (patch) | |
tree | 9dcaf25ca3c896fff3088ace27c2a65693395504 | |
parent | 33875872fde730a75ae4bbf681e831ff68f64a55 (diff) | |
download | postgresql-b2773d4099d2dbccc4d23165a093581090c49451.tar.gz |
Remove mention of 6.5 max backends.
-rw-r--r-- | doc/FAQ | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Sat Jan 25 21:43:37 EST 2003 + Last updated: Mon Jan 27 01:24:42 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -586,10 +586,6 @@ that PostgreSQL has a limit on the number of allowed backend processes is so your system won't run out of resources. - In PostgreSQL versions prior to 6.5, the maximum number of backends - was 64, and changing it required a rebuild after altering the - MaxBackendId constant in include/storage/sinvaladt.h. - 3.9) What is in the pgsql_tmp directory? This directory contains temporary files generated by the query |