• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 17729275503
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: 5577-5x
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 15 Sep 2025 10:38AM UTC
Jobs 1
Files 120
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Sep 2025 10:00AM UTC coverage: 75.99% (+0.008%) from 75.982%
17729275503

push

github

web-flow
fix for DB user drop query when granted some permission (#3789) (#4088)

Problem : If a user having some permissions over an object then we are not able to drop the user, which is not same as TSQL behaviour.Note: in PostgreSQL we can't drop a role before dropping it's dependencies.
Fix: we have to remove the grants(permission) given to the user via shared_dependency_acl before dropping the user.

    Added a check if user is grantor of some permissions then it can't be dropped.
    After dropping the user remove the entries corresponding to that user from schema permission catalog.
    To implement we have created a new function bbf_shdep_drop_owned_dependent_acl (forked from pg function shdepDropOwned).

Task: BABEL-3026

Signed-off-by: pranav jain <pranav23iitd@gmail.com>

51 of 60 new or added lines in 3 files covered. (85.0%)

49885 of 65647 relevant lines covered (75.99%)

385182.29 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
86.53
0.05% contrib/babelfishpg_tsql/src/catalog.c
8
85.17
-0.11% contrib/babelfishpg_tsql/src/rolecmds.c
Jobs
ID Job ID Ran Files Coverage
1 17729275503.1 15 Sep 2025 10:38AM UTC 120
75.99
GitHub Action Run
Source Files on build 17729275503
  • Tree
  • List 120
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17729275503
  • 94fad527 on github
  • Prev Build on BABEL_4_X_DEV (#17672990813)
  • Next Build on BABEL_4_X_DEV (#17811032818)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc