Re: [GENERAL] Memory Leak

2000-11-07 Thread Justin Foster
; } PQclear (res); #endif time (&end); printf ("Inner Loop %d, started: %s: Elapsed time: %d\n", k, ctime (&begin), (int) (end-start)); } PQfinish (conn); return 0; } Justin Foster wrote: > I am using Postgres 7.0.2 :) > > Sorry about tha

[GENERAL] Memory Leak

2000-11-02 Thread Justin Foster
Hello, RedHat 7.0, Postgres 7.1 (libpq), Intel Cel 433, 64mb, 15g hd. I am running a test which performs 1000 transactions of 1000 updates of a single column in a single table, or (1 tranaction = 1000 updates) * 1000. I have no indecies for any of the columns and the table has 3 columns and 20