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
Automate building a lot of extensions via script (medium)
Improvements to the meson integration that likely aren't critical:
build dependency files for xsltproc et al for more accurate incremental builds (medium-hard)
Questions:
Do we need to implement "sqlmansectnum" logic for docs?
Partial installation support needed? Right now everything will be installed. Likely a problem for things like src/test/modules/dummy_index_am - but those currently need to be installed for tests.
Relevant meson improvements / issues:
caching for library searches - biggest contributor to configure time now
Tasks for meson use in postgres:
Testing Tasks
Improvements to the meson integration that likely aren't critical:
Questions:
Relevant meson improvements / issues:
Environment::get_build_command()to meson.build mesonbuild/meson#8511 - not critical, but helpful