Department of marginal improvements: teach tupconvert.c to avoid doing a
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Aug 2009 20:34:31 +0000 (20:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Aug 2009 20:34:31 +0000 (20:34 +0000)
commit3fecffccfdbf8ac692da4e6264e8779962fffc7b
treeaac71ad4d85f31f5720866f12d5e6ea9704013ed
parentcec33141f6f85ffaf901fe6b7ebbdb50b0b1bc74
Department of marginal improvements: teach tupconvert.c to avoid doing a
physical conversion when there are dropped columns in the same places in
the input and output tupdescs.  This avoids possible performance loss from
the recent patch to improve dropped-column handling, in some cases where
the old code would have worked.
src/backend/access/common/tupconvert.c