Re: [HACKERS] memory leak with Abort Transaction

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] memory leak with Abort Transaction
Date: 1998-12-12 22:08:31
Message-ID: 199812122208.RAA05975@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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
> ========================================================================

Addd to TODO:

* fix memory leak in aborted transactions

--
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-12-12 22:40:34 Re: [HACKERS] shmem limits and redolog
Previous Message Bruce Momjian 1998-12-12 21:03:12 Re: Overruns (was: 'pgsql/src/backend/lib stringinfo.c')