Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 94a3c60324465f98850b60f548c1ea481ab4e52f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-05-05T17:57:47Z
Releases: 7.4.1
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.

Files