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

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

Build:
Build:
LAST BUILD BRANCH: babel_5688_min
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 16 May 2025 04:45AM 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

16 May 2025 04:15AM UTC coverage: 74.044% (+0.02%) from 74.023%
15060504917

push

github

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

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#577)
in order to dump these Babelfish defined operator class correctly during pg_upgrade.

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

43785 of 59134 relevant lines covered (74.04%)

212503.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15060504917.1 16 May 2025 04:45AM UTC 115
74.04
GitHub Action Run
Source Files on build 15060504917
  • Tree
  • List 115
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15060504917
  • f27f3ca7 on github
  • Prev Build on BABEL_3_X_DEV (#14939482233)
  • Next Build on BABEL_3_X_DEV (#15208244170)
  • 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