postgresql/src/pl
Tom Lane 5d3853a7fa Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch.
This is a back-patch of commit dcb2bda9b7 of
Aug 6 2009, which fixed assorted cases in which plpgsql would fail to cope
with composite types that contain any dropped columns.  Per discussion,
this fix has been out in 9.0 for long enough to make it improbable that it
creates any new bugs, so this is a low-risk fix.  To make it even lower
risk, I did not back-patch the changes in execQual.c, but just accepted
the duplication of code between there and tupconvert.c.  The added files
tupconvert.h and tupconvert.c match their current states in HEAD.
2011-04-07 13:55:28 -04:00
..
plperl Translation updates for release 8.4.7 2011-01-27 23:13:24 +02:00
plpgsql Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch. 2011-04-07 13:55:28 -04:00
plpython Fix PL/Python memory leak involving array slices 2011-03-17 12:33:25 -03:00
tcl Translation updates for release 8.4.6 2010-12-13 22:40:15 +02:00
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 2008-03-18 16:24:50 +00:00