Re: Failing backend on plpgsql function
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ondrej Palkovsky <xpalo03@vse.cz>
Cc: pgsql-bugs@postgresql.org
Date: 2001-05-23T14:36:43Z
Lists: pgsql-bugs
Ondrej Palkovsky <xpalo03@vse.cz> writes: > I have the following function. When the function is executed and it gets > to the 'IF NOT FOUND', the backend gets restarted. Is this in 7.1.1? There's an embarrassing bug in 7.1.1 --- plpgsql coredumps on a SELECT that returns no rows. It's fixed for 7.1.2. regards, tom lane