Re: backend dies on 7.1.1 loading large datamodel.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Hentosh <hentosh@io.com>
Cc: pgsql-bugs@postgresql.org
Date: 2001-05-08T00:54:14Z
Lists: pgsql-bugs, pgsql-hackers
Robert Hentosh <hentosh@io.com> writes: > I then proceed to load the OpenACS datamodel and had the backend crash. > This datamodel loads fine on 7.1. Sigh. Looks like I managed to break plpgsql's handling of SELECT with no data found. Mea maxima culpa (though the regression tests perhaps deserve a share of the blame too, for not covering that case). Patch to appear shortly. I guess there will be a 7.1.2 sooner than I thought, also :-( regards, tom lane