mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 00:03:54 -05:00
structs. There are many places in the planner where we were passing both a rel and an index to subroutines, and now need only pass the index struct. Notationally simpler, and perhaps a tad faster.