postgresql/src/include/nodes
Tom Lane b204d10c79 Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,
so remove them from MergeJoin node.  Hack together a partial
solution for commuted mergejoin operators --- yesterday
a mergejoin int4 = int8 would crash if the planner decided to
commute it, today it works.  The planner's representation of
mergejoins really needs a rewrite though.
Also, further testing of mergejoin ops in opr_sanity regress test.
1999-03-01 00:10:44 +00:00
..
execnodes.h Fix executor to work correctly with mergejoins where left and 1999-02-28 00:36:05 +00:00
makefuncs.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
memnodes.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nodeFuncs.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nodes.h Put back T_RecipeStmt, since the system doesn't actually build 1999-02-27 21:40:39 +00:00
params.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
parsenodes.h Define JoinExpr structure for outer join syntax. 1999-02-23 07:55:24 +00:00
pg_list.h Final optimizer cleanups. 1999-02-22 05:26:58 +00:00
plannodes.h Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, 1999-03-01 00:10:44 +00:00
primnodes.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
print.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
readfuncs.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
relation.h comments cleanup. 1999-02-22 19:55:44 +00:00