]> granicus.if.org Git - postgresql/commit
Save a few cycles in EXPLAIN and related commands by not bothering to form
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Jul 2009 21:27:10 +0000 (21:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Jul 2009 21:27:10 +0000 (21:27 +0000)
commitadfa04293b34ac188c94ca81230348282687d3e9
tree4069bbb1b6fe1600989b7ebea0b1e65c0ca60150
parent6a0865e4bbf678516e7f2530a163857cd51ca676
Save a few cycles in EXPLAIN and related commands by not bothering to form
a physical tuple in do_tup_output().  A virtual tuple is easier to set up
and also easier for most tuple receivers to process.  Per my comment on
Robert Haas' recent patch in this code.
src/backend/executor/execTuples.c