Re: Re: Heaps of read() syscalls by the postmaster

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Matthias Urlichs" <smurf(at)noris(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: Heaps of read() syscalls by the postmaster
Date: 2000-05-21 02:36:04
Message-ID: 26506.958876564@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> NB: The same benchmark revealed that CREATE TABLE (or maybe it's CREATE
>>>>> INDEX) leaks about 2k of memory.

> Hmm. So the space *is* leaked. Grumble. Another TODO list item...
> thanks for following up on it.

OK, I think this bug is swatted --- it's not relcache really, just a
couple of generic memory leaks that happened to occur during relcache
entry construction (worst possible time). If you care to try the
repaired code, see our CVS server, or grab a nightly snapshot dated
later than this message.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthias Urlichs 2000-05-21 03:06:10 Re: Performance (was: The New Slashdot Setup (includes MySql server))
Previous Message Bruce Momjian 2000-05-21 01:59:04 Re: More Performance