Re: [BUGS] 8.0.0rc1 core dump with PREPARE in a function

2004-12-11 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > I can consistenly produce a core dump by calling a function that > executes PREPARE...INSERT or PREPARE...UPDATE, then calling it again. I think this is a variant of the same problem recently detected with DECLARE CURSOR, ie, PREPARE had better copy the s

[BUGS] 8.0.0rc1 core dump with PREPARE in a function

2004-12-11 Thread Michael Fuhr
PostgreSQL 8.0.0rc1 (CVS HEAD) Solaris 9, FreeBSD 4.11-PRERELEASE I can consistenly produce a core dump by calling a function that executes PREPARE...INSERT or PREPARE...UPDATE, then calling it again. I haven't been able to produce a core dump with PREPARE...SELECT. When I call the function the se