pl/perl problem of memory

From: "GIROIRE Nicolas (COFRAMI)" <nicolas(dot)giroire(at)airbus(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pl/perl problem of memory
Date: 2005-03-25 14:35:20
Message-ID: 1904E3EB39448246A7ECB76DF34A70B0036A401D@TOCOMEXC03
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I load data in a varible of type text, and i arrive to out of memory
message.

I want to know if it exists a function which allows to empty a variable and
the place uses in memory without destroy it (because I use the variable
again).
In fact, now i put the variable to '' ( $myvar = '' ) but it seems that Perl
don't empty totally memory.

Best regards,

Nicolas Giroire

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frodo Larik 2005-03-25 15:04:17 Stuck with references
Previous Message GIROIRE Nicolas (COFRAMI) 2005-03-25 14:29:03 Re: sort array optimisation in pl/perl