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

orioledb / orioledb / 23045747613 / 1
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 13 Mar 2026 11:48AM UTC
Files 92
Run time 6s
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

13 Mar 2026 10:00AM UTC coverage: 90.102% (+0.06%) from 90.044%
23045747613.1

push

github

pashkinelfe
Fix "index row size exceeds maximum" when building index on compressed toasted data

CREATE INDEX on a column containing existing PGLZ/LZ4-compressed data fails with index row size N exceeds orioledb maximum 2688, while inserting data into a pre-existing index on the same column works fine.

Root Cause
o_get_tbl_att() calls PG_DETOAST_DATUM on all VARATT_IS_EXTENDED values, which includes inline compressed varlenas. During build_secondary_index_worker_heap_scan, this decompresses stored PGLZ values back to their full size (e.g., 10000 bytes), blowing past the index tuple size limit.

45004 of 49948 relevant lines covered (90.1%)

69436534.92 hits per line

Source Files on job 23045747613.1
  • Tree
  • List 92
  • Changed 19
  • Source Changed 3
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23045747613
  • fe53bd46 on github
  • Prev Job for on main (#22981072213.1)
  • Next Job for on main (#23046944157.1)
  • 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