You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
The only current implementation is for btree where it calls_bt_getrootheight(). Other index types can now also use this to passinformation to their amcostestimate routine. Previously, btree washardcoded and other index types could not hook into the optimizer atthis point.Author: Mark Dilger <mark.dilger@enterprisedb.com>Discussion:https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com