Re: Another plpgsql crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bs(at)niggard(dot)org, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Another plpgsql crash
Date: 2001-05-09 15:09:02
Message-ID: 20697.989420942@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> The function crashes, when the corresponding user is not found.

If this is 7.1.1, then that's an already-known problem (I broke
plpgsql's SELECT for the case of no rows found :-(). It'll be
fixed in 7.1.2, or you can get the source-code patch from
techdocs.postgresql.org.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-05-09 16:22:45 SELECT updatability clause defective.
Previous Message Tom Lane 2001-05-09 15:03:38 Re: PostgreSQL 7.1.1: Backend crash when calling plpgsql function