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
Refactor ON CONFLICT index inference parse tree representation.
Defer lookup of opfamily and input type of a of a user specified opclassuntil the optimizer selects among available unique indexes; and storethe opclass in the parse analyzed tree instead. The primary reason fordoing this is that for rule deparsing it's easier to use the opclassthan the previous representation.While at it also rename a variable in the inference code to better fitit's purpose.This is separate from the actual fixes for deparsing to make revieweasier.