Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 May 2003 17:57:47 +0000 (17:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 May 2003 17:57:47 +0000 (17:57 +0000)
commit94a3c60324465f98850b60f548c1ea481ab4e52f
treeef5eef6fef67ab7423a30c8aa6c1560946303859
parent20aea2ec7b278e664e420172160073ccc2ad24ad
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.
src/backend/executor/execMain.c
src/backend/executor/execProcnode.c
src/backend/executor/execUtils.c
src/backend/executor/nodeHashjoin.c
src/backend/executor/nodeMergejoin.c
src/backend/executor/nodeNestloop.c
src/backend/executor/nodeSort.c
src/include/executor/executor.h