Makefile format and cleanup#633
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #633 +/- ##
==========================================
+ Coverage 85.81% 85.96% +0.14%
==========================================
Files 3 3
Lines 1354 1354
Branches 218 218
==========================================
+ Hits 1162 1164 +2
+ Misses 91 90 -1
+ Partials 101 100 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I think that, when we rework how we build pg_stat_monitor we should also remove all notions of pg_stat_monitor being a submodule of the main postgresql repository. |
|
@AndersAstrand Some other third party extensions use this approach and even in Issues we have and ask about adding EXTRA_INSTALL option that make sense only for |
I'd say definitely yes, but maybe we need to have a discussion in the team. For pg_tde we abandoned the submodule stuff and I think we should do it for everything. |
|
After discussion within team we decided to drop |
This field was holding pg_stat_statements description. Update in with pg_stat_monitor once.
Description
Remove redundant stuff and add a little bit of formatting.
Links