Skip to content

PostgreSQL 16 support#587

Draft
jeltz wants to merge 9 commits into
percona:mainfrom
jeltz:pg16
Draft

PostgreSQL 16 support#587
jeltz wants to merge 9 commits into
percona:mainfrom
jeltz:pg16

Conversation

@jeltz
Copy link
Copy Markdown
Collaborator

@jeltz jeltz commented May 21, 2026

It builds and seems to work but the test suite is totally broken. Also the commits need to be cleaned up.

jeltz added 2 commits May 21, 2026 15:32
These is the raw PostgreSQL code copied using tools/copy_fetools.sh
from REL_16_14.
This takes the diff we have afor our patched PostgreSQL 17
tools and backports it to the PostgreSQL 16 tools.

The commands below were ran to do this:

  git checkout REL_17_10 # In the PostgreSQL repo

  git checkout -b fetools_17_10 main
  rm -r fetools/pg17
  tools/copy_fetools.sh path/to/pg 17
  git add fetools/pg17
  git commit -m REL_17_10
  git checkout pg16
  git diff fetools_17_10 main --relative=fetools/pg17 | git apply -3 --directory=fetools/pg16

The conflicts needed to be solved were minor.
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.61%. Comparing base (868fe72) to head (b9c536c).
⚠️ Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (76.26%) 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             @@
##             main     #587      +/-   ##
==========================================
+ Coverage   57.59%   57.61%   +0.01%     
==========================================
  Files          68       68              
  Lines       10781    10781              
  Branches     2659     2659              
==========================================
+ Hits         6209     6211       +2     
+ Misses       3292     3291       -1     
+ Partials     1280     1279       -1     
Components Coverage Δ
access 81.35% <ø> (ø)
bin 63.76% <ø> (ø)
catalog 78.34% <ø> (ø)
common 88.23% <ø> (ø)
encryption 57.02% <ø> (ø)
keyring 65.55% <ø> (ø)
src 87.53% <ø> (+0.19%) ⬆️
smgr 89.54% <ø> (+0.90%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants