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

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

Build:
Build:
LAST BUILD BRANCH: BABEL_4_X_DEV
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 07 Apr 2026 06:48PM UTC
Jobs 1
Files 120
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

07 Apr 2026 06:11PM UTC coverage: 76.325% (+0.003%) from 76.322%
24097003023

push

github

web-flow
Materialize table_types_internal as CTE in sys.all_objects to prevent view inlining (#4684)

The sys.all_objects view joins against sys.table_types_internal to exclude table types from the user table branches. Because table_types_internal is a plain view, the planner inlines its definition (a 4-way join across pg_type, pg_namespace, pg_class, pg_depend) and re-executes it per row inside a nested loop, causing significant performance degradation.

This change wraps table_types_internal in a materialized CTE inside sys.all_objects so it is computed once and reused.

Task: BABEL-6404
Cherry-picked from #4683

Authored-by: Rucha Kulkarni ruchask@amazon.com

50792 of 66547 relevant lines covered (76.33%)

397753.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24097003023.1 07 Apr 2026 06:48PM UTC 120
76.33
GitHub Action Run
Source Files on build 24097003023
  • Tree
  • List 120
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24097003023
  • 2f53fdb5 on github
  • Prev Build on BABEL_4_X_DEV (#23937271562)
  • 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