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
Create extension infrastructure for the core procedural languages.
This mostly just involves creating control, install, andupdate-from-unpackaged scripts for them. However, I had to adjust plperland plpython to not share the same support functions between variants,because we can't put the same function into multiple extensions.catversion bump forced due to new contents of pg_pltemplate, and becauseinitdb now installs plpgsql as an extension not a bare language.Add support for regression testing these as extensions not barelanguages.Fix a couple of other issues that popped up while testing this: my initialhack at pg_dump binary-upgrade support didn't work right, and we don't wantan extra schema permissions test after all.Documentation changes still to come, but I'm committing now to seewhether the MSVC build scripts need work (likely they do).