Ondrej Palkovsky <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html
- [BUGS] Failing backend on plpgsql function Ondrej Palkovsky
- Tom Lane