Re: Memory Leak ?

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: zhaoxin <zhaox(at)necas(dot)nec(dot)com(dot)cn>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Memory Leak ?
Date: 2006-06-19 08:59:53
Message-ID: 44966789.6030501@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

zhaoxin wrote:
> To:Hiroshi
>
>> Were the data inserted properly when the log was taken ?
>> Judging from the log, the application seems to have
>> finished in the middle(6-th data) of the execution.
>>
> sorry , mybe not properly .
> My program is like this :
> loop :
> connect db ;
> insert 10 reocrds ;
> commit;
> update this 10 records ;
> commit;
> delete this 10 records ;
> commit;
> disconnect db;
> end loop;
> the loop is not terminable.

Well what do you mean by *Memory Leak* ?
Does the memory usage grow while repeating the loop ?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message zhaoxin 2006-06-19 09:29:55 Re: Memory Leak ?
Previous Message zhaoxin 2006-06-19 08:08:58 Re: Memory Leak ?