Re: Memory Leak ? - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Memory Leak ?
Date
Msg-id 44966789.6030501@tpf.co.jp
Whole thread Raw
In response to Re: Memory Leak ?  (zhaoxin <zhaox@necas.nec.com.cn>)
Responses Re: Memory Leak ?  (zhaoxin <zhaox@necas.nec.com.cn>)
List 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

pgsql-odbc by date:

Previous
From: zhaoxin
Date:
Subject: Re: Memory Leak ?
Next
From: zhaoxin
Date:
Subject: Re: Memory Leak ?