Re: Re[2]: Re: [PATCHES] A patch for xlog.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re[2]: Re: [PATCHES] A patch for xlog.c
Date
Msg-id 27710.983243152@sss.pgh.pa.us
Whole thread Raw
In response to Re[2]: Re: [PATCHES] A patch for xlog.c  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
>> the only problem is because if we need to tune Postermaster to use
>> large buffer while system havn't so many SYSV shared memory, in many
>> systemes, we need to recompile OS kernel, this is a small problem to install
>> PGSQL to product environment.

Of course, if you haven't got mmap(), a recompile won't help ...

I'd be somewhat more enthusiastic about mmap if I thought we could
abandon the SysV shmem support completely, but I don't foresee that
happening for a long while yet.
        regards, tom lane


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re[2]: Re: [PATCHES] A patch for xlog.c
Next
From: jamexu
Date:
Subject: Re[3]: Re: [PATCHES] A patch for xlog.c