summaryrefslogtreecommitdiff
path: root/src/backend/executor/functions.c
diff options
context:
space:
mode:
authorTom Lane2007-04-15 20:09:28 +0000
committerTom Lane2007-04-15 20:09:28 +0000
commitfa92d21a486de868b21bbc03944649af3e1ac90f (patch)
tree599daee8e00be38b5dbddf2b27a5dbe72bd79ef5 /src/backend/executor/functions.c
parentf97d4a267a8d8b680960dfc32bd7111eb7ed8dca (diff)
Avoid running build_index_pathkeys() in situations where there cannot
possibly be any useful pathkeys --- to wit, queries with neither any join clauses nor any ORDER BY request. It's nearly free to check for this case and it saves a useful fraction of the planning time for simple queries.
Diffstat (limited to 'src/backend/executor/functions.c')
0 files changed, 0 insertions, 0 deletions