From: | Michael Meskes <meskes(at)postgresql(dot)org> |
---|---|
To: | ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> |
Cc: | Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: ecpg thead-safe memory management + cleanup |
Date: | 2007-09-30 11:39:45 |
Message-ID: | 20070930113945.GA29963@feivel.credativ.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
On Fri, Sep 28, 2007 at 03:00:54PM +0900, ITAGAKI Takahiro wrote:
> Here is a patch to get memory management to thread-safe.
> The auto_allocs global variable is split into per-thread variables
> and accessed separately in each thread.
Thanks. Committed to CVS HEAD.
> * Release all prepared statements on disconnection to avoid memory leaks
> even if users forget to DEALLOCATE their statements before disconnection.
Oops, should have noticed this.
Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-09-30 14:28:27 | Re: set_ps_display during recovery |
Previous Message | Simon Riggs | 2007-09-30 07:43:47 | Re: set_ps_display during recovery |