From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | takehi-s(at)ascii(dot)co(dot)jp (SHIOZAKI Takehiko) |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: [HACKERS] Re: memory leak with Abort Transaction |
Date: | 1998-12-13 03:45:27 |
Message-ID: | 199812130345.WAA13036@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Added to TODO list.
> Hello!
>
> Releasing 6.4.1 is a good news.
> But would you confirm the following "memory leak" problem?
> It is reproducable on 6.4 (FreeBSD 2.2.7-RELEASE).
>
> Regards
>
> [On Nov 13, takehi-s(at)ascii(dot)co(dot)jp (SHIOZAKI Takehiko) writes:]
> >Hello!
> >
> >A background postgres porocess gets larger with Abort Transactions.
> >Memory seems to leak.
> >This occurs also on 6.3.2.
> >
> >You can see it with user aborts:
> >
> >========================================================================
> >#!/bin/sh
> >
> >yes 'begin;
> >abort;' | psql regression
> >========================================================================
> >
> >And with internal aborts:
> >
> >========================================================================
> >#!/bin/sh
> >
> >yes "insert into Room (roomno) values ('000');" | psql regression
> >========================================================================
> >
> >Regards
> >
> >--
> >ASCII CORPORATION
> >Technical Center
> >SHIOZAKI Takehiko
> ><takehi-s(at)ascii(dot)co(dot)jp>
>
>
> --
> ASCII CORPORATION
> Technical Center
> SHIOZAKI Takehiko
> <takehi-s(at)ascii(dot)co(dot)jp>
>
>
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 1998-12-13 03:49:23 | Re: [HACKERS] DROPping tables with SERIALs |
Previous Message | Bruce Momjian | 1998-12-13 03:42:36 | Re: [HACKERS] postgresql/c.h typedefs Size as 'unsigned int' (fwd) |