Add delay_init parameter to ExtensionManager instances.
Review Request #14830 — Created Feb. 19, 2026 and updated — Latest diff uploaded
This change adds the new delay_init parameter where appropriate:
In unit tests: initialize immediately.
Inget_extension_manager(): delay so that we don't access the database
untilload()is called.
- Ran unit tests.
- Ran the devserver.