Fw: STRANGE INCREMENT IN MEMORY SIZE OF A PRECESS COMPILED WITH ECPG - Mailing list pgsql-interfaces

From Maurizio
Subject Fw: STRANGE INCREMENT IN MEMORY SIZE OF A PRECESS COMPILED WITH ECPG
Date
Msg-id 001e01c0869c$86d68600$7394fea9@maurizio
Whole thread Raw
Responses Re: Fw: STRANGE INCREMENT IN MEMORY SIZE OF A PRECESS COMPILED WITH ECPG  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-interfaces
 
Hello,
 
I have noted a strange increment in memory use on the system and I compiled a little test program to check it.
 
exec sql connect DB;
exec sql declare CUR fror select ............
while(1)
{
    exec sql open CUR;
    while(sqlca.sqlcode != 100)
        exec sql fetch from CUR into :V1, V2;
    exec sql close CUR;
 
    delay(1);
}
exec sql disconnect DB;
 
Every 7 - 10 seconds the size of this proces increase by 8K.
 
I use QNX operating system and I noted this problem with POSTGRESQL 7.0.2 and 7.0.3.
 
Could someone help me, please ??
 
 
Thanks
 
Maurizio
 
 
Maurizio Cauci
DREAMTECH di Cauci Maurizio
Via Ronchetti, 2 - 21013 Gallarate (VA)
www.dreamtech-it.com

pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: jdbc driver: Support for 'BOOL'
Next
From: clemens schmuck
Date:
Subject: all groups a user belongs to