Re: [BUGS] resource leak in 7.2

2002-02-05 Thread Tom Lane
"Tom Pfau" <[EMAIL PROTECTED]> writes: > In any case, if I run my test procedure which just performs updates to a > random column of a random row of a 1000 row table, I can watch the > handle usage continue to rise on the backend process. > Looking a bit more closely now, a single process doesn't

Re: [BUGS] resource leak in 7.2

2002-02-05 Thread Tom Pfau
nes are between 3 and 76 bytes. -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 11:21 AM To: Tom Pfau Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [BUGS] resource leak in 7.2 "Tom Pfau" <[EMAIL PROTECTED]> writes: > There was a

Re: [BUGS] resource leak in 7.2

2002-02-05 Thread Tom Lane
"Tom Pfau" <[EMAIL PROTECTED]> writes: > There was a bug in 7.1.2 that was fixed in 7.1.3 that may be back in > 7.2. > I downloaded 7.2 yesterday morning and started testing it. I left some > procedures running overnight performing random updates in a table. > Looking at task manager this morning