Re: [HACKERS] Memory not freed at WARN

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jwieck(at)debis(dot)com
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Memory not freed at WARN
Date: 1998-02-25 19:16:44
Message-ID: 199802251916.OAA14300@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > This all didn't matter until we have triggers and constraints
> > now. One normal action of a trigger or constraint is to fire
> > a transaction abort. Thus, a really long running database
> > backend can grow and grow.
> >
> > Please add this to TODO as I don't have the time right now to
> > dive into.
>
> Never got onto the TODO :-(
>
> It still happens. Seems like approx 1K isn't freed per elog(ERROR).

Added:

* elog() does not free all its memory(Jan)

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-25 19:38:05 Updated FAQ
Previous Message Bruce Momjian 1998-02-25 19:10:52 Re: [HACKERS] Platforms with v6.3 trouble