Tom Lane cc3e9deee6 The shortcut exit that I recently added to ExecInitIndexScan() for
EXPLAIN-only operation was a little too short; it skipped initializing the
node's result tuple type, which may be needed depending on what's above the
indexscan node.  Call ExecAssignResultTypeFromTL before exiting.  (For good
luck I moved up the ExecAssignScanProjectionInfo call as well, so that
everything except indexscan-specific initialization will still be done.)
Per example from Grant Finnemore.
2007-05-31 20:45:26 +00:00
..
2007-05-31 15:13:06 +00:00
2007-05-31 15:13:06 +00:00
2007-04-18 08:32:40 +00:00
2007-05-31 15:13:06 +00:00
2006-07-10 15:50:02 +00:00
2007-01-20 17:16:17 +00:00