postgresql/doc/src
Tom Lane a4482f4c4c Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO
that's selecting into a RECORD variable returns zero rows, make it
assign an all-nulls row to the RECORD; this is consistent with what
happens when the SELECT INTO target is not a RECORD.  In support of
this, tweak the SPI code so that a valid tuple descriptor is returned
even when a SPI select returns no rows.
2003-01-21 22:06:12 +00:00
..
FAQ Update Russian FAQ. Update all FAQ's for 7.3.X branch. 2002-12-18 20:38:48 +00:00
graphics These aren't used anymore. 2000-10-08 13:25:11 +00:00
sgml Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO 2003-01-21 22:06:12 +00:00
Makefile Make install and clean targets behave more normally. 2002-11-30 00:22:39 +00:00