postgresql/src/backend
Tom Lane 4dd2048a47 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types
generate their output tuple descriptors from their target lists (ie, using
ExecAssignResultTypeFromTL()).  We long ago fixed things so that all node
types have minimally valid tlists, so there's no longer any good reason to
have two different ways of doing it.  This change is needed to fix bug
reported by Hayden James: the fix of 2005-11-03 to emit the correct column
names after optimizing away a SubqueryScan node didn't work if the new
top-level plan node used ExecAssignResultTypeFromOuterPlan to generate its
tupdesc, since the next plan node down won't have the correct column labels.
2005-11-23 20:27:58 +00:00
..
access Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
bootstrap Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
catalog Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
commands Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
executor Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types 2005-11-23 20:27:58 +00:00
lib Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
libpq Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
main Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
nodes Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
optimizer Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
parser Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
po Translation typo fix 2005-11-14 22:08:14 +00:00
port Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
postmaster Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Fix problems with rewriter failing to set Query.hasSubLinks when inserting 2005-11-23 17:21:04 +00:00
storage Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
tcop Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
utils Fix up comment munged by pg_indent. (Not pg_indent's fault; should have 2005-11-22 22:30:33 +00:00
Makefile Add an ifneq to avoid make warning on AIX --- there is a separate rule 2005-10-27 20:45:29 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00