Fix wrong/misleading comments, be more consistent about where to call
Tom Lane <tgl@sss.pgh.pa.us>
Fix wrong/misleading comments, be more consistent about where to call ExecAssignResultTypeFromTL().
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeFunctionscan.c | modified | +2 −2 |
| src/backend/executor/nodeGroup.c | modified | +2 −3 |
| src/backend/executor/nodeIndexscan.c | modified | +3 −4 |
| src/backend/executor/nodeSeqscan.c | modified | +2 −2 |
| src/backend/executor/nodeSubqueryscan.c | modified | +2 −2 |
| src/backend/executor/nodeTidscan.c | modified | +3 −4 |