Skip to content

Use PG_MODULE_MAGIC_EXT macro in PostgreSQL 18#662

Merged
jeltz merged 1 commit into
percona:mainfrom
jeltz:pg-module-magic-ext
Jun 5, 2026
Merged

Use PG_MODULE_MAGIC_EXT macro in PostgreSQL 18#662
jeltz merged 1 commit into
percona:mainfrom
jeltz:pg-module-magic-ext

Conversation

@jeltz
Copy link
Copy Markdown
Contributor

@jeltz jeltz commented Jun 4, 2026

PostgreSQL 18 introduced the very useful PG_MODULE_MAGIC macro which makes it possible to see which exact version of the library is loaded into PostgreSQL.

PostgreSQL 18 introduced the very useful PG_MODULE_MAGIC macro which
makes it possible to see which exact version of the library is loaded
into PostgreSQL.
@jeltz jeltz force-pushed the pg-module-magic-ext branch from 27eeebc to b4ae652 Compare June 4, 2026 22:14
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.31%. Comparing base (9ecb420) to head (b4ae652).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #662      +/-   ##
==========================================
- Coverage   86.46%   86.31%   -0.15%     
==========================================
  Files           3        3              
  Lines        1345     1345              
  Branches      217      217              
==========================================
- Hits         1163     1161       -2     
- Misses         86       87       +1     
- Partials       96       97       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread pg_stat_monitor.c
Comment thread pg_stat_monitor.c
@jeltz jeltz merged commit 6d0fe56 into percona:main Jun 5, 2026
28 of 29 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.

2 participants