Re: Backend memory leakage when inserting

From: Gerhard Hintermayer <g(dot)hintermayer(at)inode(dot)at>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Backend memory leakage when inserting
Date: 2003-04-29 15:44:04
Message-ID: b8m6d2$2jjf$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Here's an example to reproduce the behavior (no triggers, no plpgsql):

create table testdb (i integer, t timestamp);
insert command: (better put ~ 50 lines in file and \i file) insert into
testdb values(1,'now()');
\i file (several times)
and watch the backend memory grow.

OS: linux 2.2.17 (cannot upgrade because of other software)

--
Gerhard Hintermayer
http://www.inode.at/g.hintermayer
mailto:g(dot)hintermayer(at)inode(dot)at

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-04-29 15:46:20 Re: Optimizer not using index on 120M row table
Previous Message Benjamin Scherrey 2003-04-29 15:23:44 Re: Bug(?) with cursors using aggregate functions.