mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 13:28:44 -04:00
849074f9ae
on-the-fly, and thereby avoid blowing out memory when the planner has underestimated the hash table size. Hash join will now obey the work_mem limit with some faithfulness. Per my recent proposal (hash aggregate part isn't done yet though).