Re: typos in the docu

Lists: pgsql-bugspgsql-patches
From: "Stefan Hans" <shans(at)tanagra(dot)de>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: typos in the docu
Date: 2005-03-02 17:35:01
Message-ID: 18d001c51f4e$44bf6030$bf01a8c0@pc1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-patches

http://developer.postgresql.org/docs/postgres/kernel-resources.html

16.5.1

"FreeBSD"

...

$ systcl -w kern.ipc.shmall=32768
$ systcl -w kern.ipc.shmmax=134217728
$ systcl -w kern.ipc.semmap=256

"Linux"
...

$ systcl -w kernel.shmmax=134217728
$ systcl -w kernel.shmall=2097152

systcl is wrong sysctl notStefan


From: David Fetter <david(at)fetter(dot)org>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Cc: Stefan Hans <shans(at)tanagra(dot)de>
Subject: Re: [BUGS] typos in the docu
Date: 2005-03-02 18:29:01
Message-ID: 20050302182900.GA31531@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-patches

On Wed, Mar 02, 2005 at 06:35:01PM +0100, Stefan Hans wrote:
> http://developer.postgresql.org/docs/postgres/kernel-resources.html
>
> 16.5.1
>
> "FreeBSD"
>
> ...
>
> $ systcl -w kern.ipc.shmall=32768
> $ systcl -w kern.ipc.shmmax=134217728
> $ systcl -w kern.ipc.semmap=256
>
> "Linux"
> ...
>
> $ systcl -w kernel.shmmax=134217728
> $ systcl -w kernel.shmall=2097152
>
> systcl is wrong sysctl notStefan

Patch attached. Thanks, Stefan :)

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!

Attachment Content-Type Size
sysctl.diff text/plain 2.2 KB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Stefan Hans" <shans(at)tanagra(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: typos in the docu
Date: 2005-03-02 19:59:26
Message-ID: 13197.1109793566@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-patches

"Stefan Hans" <shans(at)tanagra(dot)de> writes:
> systcl is wrong sysctl notStefan

Fixed, thanks.

regards, tom lane