pgsql-server/src backend/executor/execMain.c b ...

Started by Tom Laneabout 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/05/05 13:57:47

Modified files:
src/backend/executor: execMain.c execProcnode.c execUtils.c
nodeHashjoin.c nodeMergejoin.c
nodeNestloop.c nodeSort.c
src/include/executor: executor.h

Log message:
Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),
which does the same thing. Perhaps at one time there was a reason to
allow plan nodes to store their result types in different places, but
AFAICT that's been unnecessary for a good while.