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

babelfish-for-postgresql / babelfish_extensions / 12548004513
74%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: babel_5688_min
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 30 Dec 2024 03:01PM UTC
Jobs 1
Files 114
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

30 Dec 2024 02:38PM UTC coverage: 73.804% (+0.004%) from 73.8%
12548004513

push

github

web-flow
Mark table_constraints_internal() function as parallel safe and set current_db_id for parallel workers (#3322)

The INFORMATION_SCHEMA_TSQL.TABLE_CONSTRAINTS_INTERNAL() function was recently introduced
but not marked as PARALLEL SAFE. This prevented the query optimizer from utilizing parallel
plans in queries involving this function, leading to suboptimal performance for certain operations.

By marking the function as PARALLEL SAFE, we enable the use of parallel query execution plans,
which can significantly improve performance for large datasets.

This commit also addresses the issue of empty result sets in queries joining with sys.db_id()
or sys.db_name() in Enforced Parallel Query mode by setting the current_db_id in addition to
current_db_name for parallel workers.

Task: BABEL-5427, BABEL-5504

Signed-off-by: Sumit Jaiswal sumiji@amazon.com

3 of 3 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

43171 of 58494 relevant lines covered (73.8%)

146174.33 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
97.4
0.03% contrib/babelfishpg_tsql/src/session.c
Jobs
ID Job ID Ran Files Coverage
1 12548004513.1 30 Dec 2024 03:01PM UTC 114
73.8
GitHub Action Run
Source Files on build 12548004513
  • Tree
  • List 114
  • Changed 42
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #12548004513
  • 709938a4 on github
  • Prev Build on BABEL_3_X_DEV (#12543008420)
  • Next Build on BABEL_3_X_DEV (#12555966922)
  • 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