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
Add support for easily declaring static inline functions
We already had those, but they forced modules to spell out the functionbodies twice. Eliminate some duplicates we had already grown.Extracted from a somewhat larger patch from Andres Freund.