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

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

Build:
Build:
LAST BUILD BRANCH: babel-6223
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 16 May 2025 09:55AM UTC
Jobs 1
Files 119
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

16 May 2025 09:21AM UTC coverage: 75.28% (+0.02%) from 75.265%
15065162691

push

github

web-flow
Add operator class between int and numeric to support index scan (#3764)

Earlier, index scan would not be chosen by the optimizer when filtering between
int and numeric types if the index was created on a numeric column. While index
scans worked when the index was on an integer column (due to existing operator
class as part of int operator family), the reverse case wasn't supported.

This commit fixes this issue by adding a new operator class as part of the numeric
operator family which allows the optimizer to utilize indexes on numeric columns when
filtering with integer values, improving query performance in these scenarios.

This changes also requires engine changes (babelfish-for-postgresql/postgresql_modified_for_babelfish#578)
in order to dump these Babelfish defined operator class correctly during pg_upgrade.

Task: BABEL-5648
Signed-off-by: Sumit Jaiswal <sumiji@amazon.com>

48382 of 64269 relevant lines covered (75.28%)

312437.62 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 15065162691.1 16 May 2025 09:55AM UTC 119
75.28
GitHub Action Run
Source Files on build 15065162691
  • Tree
  • List 119
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15065162691
  • 1523b2d5 on github
  • Prev Build on BABEL_4_X_DEV (#15060577099)
  • Next Build on BABEL_4_X_DEV (#15178427729)
  • 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