Re: [HACKERS] memory management suggestion

2000-12-10 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: Tom, guess I can delete this email now? :-) Yes, it's done. regards, tom lane

Re: [HACKERS] memory management suggestion

2000-10-01 Thread Karel Zak
On Fri, 29 Sep 2000, Bruce Momjian wrote: Where are we on this? Create from this non-used residual space chunk and remove it into free chunk list. This is really old story. I hope that Tom think of this and has it's in his care. A problem is that standard day of this planet has

Re: [HACKERS] memory management suggestion

2000-10-01 Thread Tom Lane
Karel Zak [EMAIL PROTECTED] writes: This is really old story. I hope that Tom think of this and has it's in his care. A problem is that standard day of this planet has 24 hours for all people (incl. Tom :-), right? Yup. I've got one more area to wrap up in the new-features business (I

Re: [HACKERS] memory management suggestion

2000-09-29 Thread Bruce Momjian
Where are we on this? I start detail study of PG's memory management (because, I want remove prepared query-cache to shmem (more is in my old discussion with Jan)). I see current code in the aset.c and I found small non-effective memory usage. Description: The postgresql