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 a bunch of "extern Datum foo(PG_FUNCTION_ARGS);" declarations thatare no longer needed now that PG_FUNCTION_INFO_V1(foo) provides that.Some of these were evidently missed in commite7128e8, but otherswere cargo-culted in in code added since then. Possibly that can be blamedin part on the fact that we'd not fixed relevant documentation examples,which I've now done.