mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 13:58:10 -04:00
e69785debf
Simplify SubLink by storing just a List of operator OIDs, instead of a list of incomplete OpExprs --- that was a bizarre and bulky choice, with no redeeming social value since we have to build new OpExprs anyway when forming the plan tree.