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

babelfish-for-postgresql / babelfish_extensions / 12045311367
77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 27 Nov 2024 07:34AM 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

27 Nov 2024 07:00AM UTC coverage: 74.729% (-0.004%) from 74.733%
12045311367

push

github

web-flow
Fix namespace for string functions in system views/functions (#3138)

Issues - 

As an effort to fix string functions, we introduced various function definitions is sys schema, but there are a few places where we overlooked to prepend PG_CATALOG in the function calls inside system view/functions which may cause mVU/MVU failures due to error while executing upgrade scripts due to invalid argument type.
Affected functions were - RTRIM, STRING_AGG, SUBSTRING, LOWER.

Changes made to fix the issues -

Prepended appropriate namespace at suitable function calls as a proactive measure to prevent m/MVU failures, Since, invalid datatypes for sys function definitions which can cause issue will now be redirected to pg_catalog function definitions and will work correctly as before.

Task: BABEL- 5362
Signed-off-by: Anikait Agrawal <agraani@amazon.com>

46392 of 62080 relevant lines covered (74.73%)

159860.18 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
76.03
-0.63% contrib/babelfishpg_tds/src/backend/tds/tdscomm.c
Jobs
ID Job ID Ran Files Coverage
1 12045311367.1 27 Nov 2024 07:34AM UTC 115
74.73
GitHub Action Run
Source Files on build 12045311367
  • Tree
  • List 115
  • Changed 48
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #12045311367
  • 0173e510 on github
  • Prev Build on BABEL_5_X_DEV (#12015040511)
  • Next Build on BABEL_5_X_DEV (#12046802274)
  • 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