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
Remove precedence hacks no longer needed without postfix operators.
It's no longer necessary to assign explicit precedences to GENERATED,NULL_P, PRESERVE, or STRIP_P.Actually, we don't need to assign precedence to IDENT either; that wasreally just there to govern the behavior of target_el's "a_expr IDENT"production, which no longer ends with that terminal. However, it seemslike a good idea to continue to do so, because it provides a referencepoint for a precedence level that we can assign to other unreservedkeywords that lack a natural precedence level.Research by Peter Eisentraut and John Naylor; comment rewrite by me.Discussion:https://postgr.es/m/38ca86db-42ab-9b48-2902-337a0d6b8311@2ndquadrant.com