Skip to content

Conversation

jeltz
Copy link
Collaborator

@jeltz jeltz commented Sep 24, 2025

This does the following things:

  • Change format of multi-line assignments
  • Simplifies building of xlogreader.o
  • Uses one less variable to simplify the code (may or may not be a good thing)
  • Removes a couple of unnecessary quotes

Also move the first item to a separate line. This improves readability
of the Makefile while also making it more like PG's own makefiles.
Writing the whole compiler command from scratch only makes it more risky
that we miss something.
Using many different variables only makes things more confusing and when
we start needing to use $(libpq_pgport) this will be cleaner anyway.
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.20%. Comparing base (c7c9b73) to head (09aa72b).

❌ Your project status has failed because the head coverage (84.20%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                Coverage Diff                 @@
##           TDE_REL_17_STABLE     #586   +/-   ##
==================================================
  Coverage              84.20%   84.20%           
==================================================
  Files                     25       25           
  Lines                   3247     3247           
  Branches                 511      511           
==================================================
  Hits                    2734     2734           
  Misses                   400      400           
  Partials                 113      113           
Components Coverage Δ
access 84.72% <ø> (ø)
catalog 87.65% <ø> (ø)
common 77.77% <ø> (ø)
encryption 72.97% <ø> (ø)
keyring 73.21% <ø> (ø)
src 94.18% <ø> (ø)
smgr 96.53% <ø> (ø)
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jeltz jeltz merged commit cdfaf2d into percona:TDE_REL_17_STABLE Sep 25, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants