memory leak with Abort Transaction

Started by SHIOZAKI Takehikoabout 27 years ago2 messages
#1SHIOZAKI Takehiko
takehi-s@ascii.co.jp

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@ascii.co.jp>

#2Bruce Momjian
maillist@candle.pha.pa.us
In reply to: SHIOZAKI Takehiko (#1)
Re: [HACKERS] memory leak with Abort Transaction

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@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026