mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 13:58:10 -04:00
72933a92c7
in the case where the node immediately above the scan is a Hash, Sort, or Material node. In these cases it's better to do the projection so that we don't store unneeded columns in the hash/sort/materialize table. Per discussion a few days ago with Anagh Lal.