memory leak with Abort Transaction - Mailing list pgsql-hackers

From SHIOZAKI Takehiko
Subject memory leak with Abort Transaction
Date
Msg-id 199811130139.KAA28328@libpc01.pb.ascii.co.jp
Whole thread Raw
Responses Re: [HACKERS] memory leak with Abort Transaction
List 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@ascii.co.jp>


pgsql-hackers by date:

Previous
From: "송기원"
Date:
Subject: How to restart postgresql??
Next
From: "송기원"
Date:
Subject: How to restarting postmaster ??