postgresql/src/include/parser
Tom Lane a23faeee83 Remove bogus code in oper_exact --- if it didn't find an exact
match then it tried for a self-commutative operator with the reversed input
data types.  This is pretty silly; there could never be such an operator,
except maybe in binary-compatible-type scenarios, and we have oper_inexact
for that.  Besides which, the oprsanity regress test would complain about
such an operator.  Remove nonfunctional code and simplify routine calling
convention accordingly.
1999-08-23 23:48:39 +00:00
..
analyze.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
gramparse.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
keywords.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
parse_agg.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
parse_clause.h Major revision of sort-node handling: push knowledge of query 1999-08-21 03:49:17 +00:00
parse_coerce.h More cleanup 1999-07-16 17:07:40 +00:00
parse_expr.h Revise parse_coerce() to handle coercion of int and float 1999-08-05 02:33:54 +00:00
parse_func.h Major revision of sort-node handling: push knowledge of query 1999-08-21 03:49:17 +00:00
parse_node.h Remove bogus code in oper_exact --- if it didn't find an exact 1999-08-23 23:48:39 +00:00
parse_oper.h Remove bogus code in oper_exact --- if it didn't find an exact 1999-08-23 23:48:39 +00:00
parse_relation.h Rewrite parser's handling of INSERT ... SELECT so that processing 1999-07-19 00:26:20 +00:00
parse_target.h Rewrite parser's handling of INSERT ... SELECT so that processing 1999-07-19 00:26:20 +00:00
parse_type.h Revise parse_coerce() to handle coercion of int and float 1999-08-05 02:33:54 +00:00
parser.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
parsetree.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
scansup.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00