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

babelfish-for-postgresql / babelfish_extensions / 27833497074
78%

Build:
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 19 Jun 2026 03:38PM UTC
Jobs 1
Files 128
Run time 2min
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 Jun 2026 03:06PM UTC coverage: 77.039% (+0.03%) from 77.014%
27833497074

push

github

web-flow
Rewriting Objectpropertyex function in C (#4691)

The PL/pgSQL implementation of OBJECTPROPERTYEX relies on sys.all_objects, an expensive view that joins across multiple catalogs with multiple UNION branches, causing significant overhead which gets carried forward to any function using OBJECTPROPERTYEX.

Hence we are replacing OBJECTPROPERTYEX with a C implementation that uses direct syscache lookups via shared catalog helpers, avoiding view materialization entirely. For non-BaseType properties, it delegates to the existing objectproperty_internal.

Signed-off-by: Rucha Kulkarni <ruchask@amazon.com>

331 of 357 new or added lines in 2 files covered. (92.72%)

268 existing lines in 1 file now uncovered.

54701 of 71004 relevant lines covered (77.04%)

588799.2 hits per line

Uncovered Changes

Lines Coverage ∆ File
26
86.14
0.3% contrib/babelfishpg_tsql/runtime/functions.c

Coverage Regressions

Lines Coverage ∆ File
268
86.14
0.3% contrib/babelfishpg_tsql/runtime/functions.c
Jobs
ID Job ID Ran Files Coverage
1 27833497074.1 19 Jun 2026 03:38PM UTC 128
77.04
GitHub Action Run
Source Files on build 27833497074
  • Tree
  • List 128
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27833497074
  • b49add31 on github
  • Prev Build on BABEL_6_X_DEV (#27814085400)
  • Next Build on BABEL_6_X_DEV (#27930545134)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc