Re: memory leak with Abort Transaction

From: SHIOZAKI Takehiko <takehi-s(at)ascii(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: memory leak with Abort Transaction
Date: 1998-11-26 12:40:19
Message-ID: 199811261240.VAA27516@libpc01.pb.ascii.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1998-11-26 13:01:42 Re: [HACKERS] Re: memory leak with Abort Transaction
Previous Message Jan Wieck 1998-11-26 10:37:28 Re: [HACKERS] Re: [SQL] cursor and update + view