memory leak with Abort Transaction

From: SHIOZAKI Takehiko <takehi-s(at)ascii(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: memory leak with Abort Transaction
Date: 1998-11-13 01:39:08
Message-ID: 199811130139.KAA28328@libpc01.pb.ascii.co.jp
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
========================================================================

Regards

--
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 송기원 1998-11-13 02:16:32 How to restarting postmaster ??
Previous Message 송기원 1998-11-13 00:37:40 How to restart postgresql??