From: | The Hermit Hacker <scrappy(at)hub(dot)org> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Matthew Kirkwood <matthew(at)hairy(dot)beasts(dot)org>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: A patch for xlog.c |
Date: | 2001-02-25 20:07:17 |
Message-ID: | Pine.BSF.4.33.0102251606060.32140-100000@mobile.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
On Sat, 24 Feb 2001, Bruce Momjian wrote:
> > Matthew Kirkwood <matthew(at)hairy(dot)beasts(dot)org> writes:
> > >> Diffs posted to pgsql-patches are generally considered to be requests
> > >> for application of a patch. If this is only an experiment it had best
> > >> be clearly labeled as such.
> >
> > > OK. Is there are better place for discussion of such?
> >
> > pgsql-hackers is the place to discuss anything that's experimental or
> > otherwise concerned with future development.
> >
> > > [ possible merits of mmap ]
> >
> > Let's take up that discussion in pghackers.
>
> I always felt the real benefit of mmap() would be to remove use of SysV
> shared memory and use anon mmap() to prevent problems with SysV share
> memory limits.
You'll still have memory limits to overcome ... per user memory limits
being one ... there is no such thing as a 'cure-all' ...
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-02-25 20:10:09 | Re: A patch for xlog.c |
Previous Message | Kaare Rasmussen | 2001-02-25 19:06:15 | Monitor status |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-02-25 20:10:09 | Re: A patch for xlog.c |
Previous Message | Tom Lane | 2001-02-25 04:28:53 | mmap for zeroing WAL log |