Skip to content

Do not leave pgsm_create_view() after CREATE EXTENSION#794

Merged
jeltz merged 1 commit into
percona:mainfrom
jeltz:rm-pgsm-create-view
Jul 20, 2026
Merged

Do not leave pgsm_create_view() after CREATE EXTENSION#794
jeltz merged 1 commit into
percona:mainfrom
jeltz:rm-pgsm-create-view

Conversation

@jeltz

@jeltz jeltz commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This function has no use to any user and just pollutes the catalog and public namespace for no reason. A DO block is simpler and does not leave anything behind.

PG-0

@jeltz
jeltz force-pushed the rm-pgsm-create-view branch 2 times, most recently from 6a6dac6 to 53697e9 Compare July 16, 2026 10:40
This function has no use to any user and just pollutes the catalog and
public namespace for no reason. A DO block is simpler and does not leave
anything behind.
@jeltz
jeltz force-pushed the rm-pgsm-create-view branch from 53697e9 to f6662fc Compare July 16, 2026 10:46
@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.29%. Comparing base (5a6302d) to head (f6662fc).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #794      +/-   ##
==========================================
+ Coverage   88.14%   88.29%   +0.15%     
==========================================
  Files           3        3              
  Lines        1307     1307              
  Branches      184      184              
==========================================
+ Hits         1152     1154       +2     
+ Misses         75       74       -1     
+ Partials       80       79       -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.

@jeltz
jeltz merged commit b5eb8d8 into percona:main Jul 20, 2026
33 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