Fix misstatement about the required value of SEMVMX. Given our current
authorTom Lane
Fri, 14 Nov 2003 15:43:22 +0000 (15:43 +0000)
committerTom Lane
Fri, 14 Nov 2003 15:43:22 +0000 (15:43 +0000)
usage of PGSemaMagic, the minimum required value is actually 537, but
say 1000 just to use a round number.  255 is *not* good enough.

doc/src/sgml/runtime.sgml

index d23c78d0cc5f209cfa061ff98418538edcf6a898..285fb4db54837e8f4b7ad38684350a2c7bbb8a20 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -2825,7 +2825,7 @@ $ postmaster -o '-S 1024 -s'
        
         SEMVMX
         Maximum value of semaphore
-        at least 255  (The default is often 32767, don't change unless asked to.)
+        at least 1000 (The default is often 32767, don't change unless asked to.)