aboutsummaryrefslogtreecommitdiff
path: root/src/include/regex
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-02-03 15:07:08 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-02-03 15:07:08 +0000
commit4cff59d8d540c441fb0c22dfaa517bc25aa5f794 (patch)
tree88b4c216d219582904d3d9d6a236bb9468fe148c /src/include/regex
parent0d3e36b6687ae601551fb8047c10a68f2d6fb565 (diff)
downloadpostgresql-4cff59d8d540c441fb0c22dfaa517bc25aa5f794.tar.gz
postgresql-4cff59d8d540c441fb0c22dfaa517bc25aa5f794.zip
Tweak planner and executor to avoid doing ExecProject() in table scan
nodes where it's not really necessary. In many cases where the scan node is not the topmost plan node (eg, joins, aggregation), it's possible to just return the table tuple directly instead of generating an intermediate projection tuple. In preliminary testing, this reduced the CPU time needed for 'SELECT COUNT(*) FROM foo' by about 10%.
Diffstat (limited to 'src/include/regex')
0 files changed, 0 insertions, 0 deletions