From b2773d4099d2dbccc4d23165a093581090c49451 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 27 Jan 2003 06:25:03 +0000
Subject: [PATCH] Remove mention of 6.5 max backends.

---
 doc/FAQ | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/FAQ b/doc/FAQ
index 7ad4800e4ef..c75ee9d62b9 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -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
-- 
GitLab