mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
a new PlannerInfo struct, which is passed around instead of the bare Query in all the planning code. This commit is essentially just a code-beautification exercise, but it does open the door to making larger changes to the planner data structures without having to muck with the widely-known Query struct.