Skip to content
Snippets Groups Projects
Commit a0bf885f authored by Tom Lane's avatar Tom Lane
Browse files

Phase 2 of read-only-plans project: restructure expression-tree nodes

so that all executable expression nodes inherit from a common supertype
Expr.  This is somewhat of an exercise in code purity rather than any
real functional advance, but getting rid of the extra Oper or Func node
formerly used in each operator or function call should provide at least
a little space and speed improvement.
initdb forced by changes in stored-rules representation.
parent debb0728
No related branches found
No related tags found
Loading
Showing
with 805 additions and 956 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment