Re: [BUGS] BUG #4494: Memory leak in pg_regress.c

2008-11-10 Thread Zdenek Kotala
Alvaro Herrera napsal(a): Zdenek Kotala wrote: [EMAIL PROTECTED] napsal(a): In file src/test/regress/pg_regress.c:1112 It seems to me that variables "s" and "tmp" leak memory here if last_dot is false: OK. It seems as a bug. tmp and s should be freed when strrchr fails. Also there is not

Re: [BUGS] BUG #4516: FOUND variable does not work after RETURN QUERY

2008-11-10 Thread Andrew Gierth
> "Pavel" == "Pavel Stehule" <[EMAIL PROTECTED]> writes: >> Well, changing the semantics of an already-released statement >> carries a risk of breaking existing apps that aren't expecting it >> to change FOUND. So I'd want to see a pretty strong case why this >> is important --- not just

[BUGS] BUG #4519: deadlock on commit

2008-11-10 Thread Shawn Chasse
The following bug has been logged online: Bug reference: 4519 Logged by: Shawn Chasse Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.5 & 8.3.3 Operating system: Windows Description:deadlock on commit Details: Hi, I'm running the a windows server machine ru