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

babelfish-for-postgresql / babelfish_extensions / 15105698194
77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 19 May 2025 06:49AM 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

19 May 2025 06:15AM UTC coverage: 75.362% (+0.02%) from 75.343%
15105698194

push

github

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

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

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

48563 of 64440 relevant lines covered (75.36%)

306154.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15105698194.1 19 May 2025 06:49AM UTC 119
75.36
GitHub Action Run
Source Files on build 15105698194
  • Tree
  • List 119
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15105698194
  • e7f1cda9 on github
  • Prev Build on BABEL_5_X_DEV (#15040063395)
  • Next Build on BABEL_5_X_DEV (#15164143963)
  • 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

© 2025 Coveralls, Inc