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

babelfish-for-postgresql / babelfish_extensions / 23634879219
77%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: community-merge-15x
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 27 Mar 2026 07:33AM UTC
Jobs 1
Files 121
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

27 Mar 2026 06:51AM UTC coverage: 77.07%. Remained the same
23634879219

push

github

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

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
Signed-off-by: Rucha Kulkarni <ruchask@amazon.com>

53045 of 68827 relevant lines covered (77.07%)

621803.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23634879219.1 27 Mar 2026 07:33AM UTC 121
77.07
GitHub Action Run
Source Files on build 23634879219
  • Tree
  • List 121
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23634879219
  • b59c594f on github
  • Prev Build on BABEL_6_X_DEV (#23540795565)
  • Next Build on BABEL_6_X_DEV (#23895404754)
  • 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