diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-10-26 14:19:34 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-10-26 14:19:34 -0400 |
commit | 17804fa71b4a4e7a099f780616a7b53ea591774d (patch) | |
tree | cfce9d4014934bacc601a4d100a4eff646a94731 /src/backend/executor/nodeModifyTable.c | |
parent | 5a39114fe7d19280f6477ce1eb0d88beafda13a4 (diff) | |
download | postgresql-17804fa71b4a4e7a099f780616a7b53ea591774d.tar.gz postgresql-17804fa71b4a4e7a099f780616a7b53ea591774d.zip |
Prefer actual constants to pseudo-constants in equivalence class machinery.
generate_base_implied_equalities_const() should prefer plain Consts over
other em_is_const eclass members when choosing the "pivot" value that
all the other members will be equated to. This makes it more likely that
the generated equalities will be useful in constraint-exclusion proofs.
Per report from Rushabh Lathia.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions