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

amazon-aurora / babelfish_extensions / 13687821484
75%
main: 77%

Build:
Build:
LAST BUILD BRANCH: jira-babel-6037-6x
DEFAULT BRANCH: main
Ran 06 Mar 2025 12:19AM UTC
Jobs 1
Files 115
Run time 1min
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

05 Mar 2025 11:41PM UTC coverage: 75.015%. First build
13687821484

push

github

Zhibai Song
alter procedure/function will unexpectly delete pg_depend records

Backgroud:
Previously when we implement alter procedure/function feature, we did
follow steps in update metadata:
1. Create a new procedure/function
2. use the old oid to replace the new oid in the pg_proc metadata
3. clean the pg_depend records refer to the new oid

Analysis:
But for the first step in creating a new proc/function, if the parameter
list is not change, it'll just update the old tuple, so in such case
old oid will be the same with new oid, in such case we should not drop
pg_depend records.

Fix:
Skip drop pg_depend records if old oid = new oid

Issue-resolved: BABEL-5601
Signed-off-by: Zhibai Song <szh@amazon.com>

4 of 0 new or added lines in 0 files covered. (NaN%)

47153 of 62858 relevant lines covered (75.02%)

189900.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13687821484.1 06 Mar 2025 12:19AM UTC 115
75.02
GitHub Action Run
Source Files on build 13687821484
  • Tree
  • List 115
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #13687821484
  • a0ac3f2c on github
  • Next Build on babel-5601 (#13772169601)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc