From: Bruce Momjian Date: Sat, 4 Mar 2006 03:47:29 +0000 (+0000) Subject: That was a typo in my comment before the code (the nutshell X-Git-Tag: REL9_0_0~8276 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=26d6054128a05a19a96d9c4bef57abf7953800cb;p=pg-rex%2Fsyncrep.git That was a typo in my comment before the code (the nutshell descriptions after the code are correct). Only shmmax needs to be multiples of the page size (at least, that's how I interpret the Darwin code). Chris Campbell --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index fad97ce31f..8036944cab 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -897,8 +897,8 @@ sysctl -w kern.sysv.shmall SHMALL is measured in 4KB pages on this platform, and recent releases of OS X reject attempts to set - SHMALL and SHMMAX to a value - that isn't an exact multiple of 4096. + and SHMMAX to a value that isn't an exact + multiple of 4096.