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

orioledb / orioledb / 23045747613
90%

Build:
DEFAULT BRANCH: main
Ran 13 Mar 2026 11:48AM UTC
Jobs 1
Files 92
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

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

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

Coverage Regressions

Lines Coverage ∆ File
23
94.09
0.01% orioledb/src/tuple/slot.c
12
90.93
-0.55% orioledb/src/recovery/recovery.c
6
92.02
-1.6% orioledb/src/btree/merge.c
5
90.49
-0.03% orioledb/src/recovery/wal.c
4
88.64
-0.46% orioledb/src/transam/oxid.c
3
96.19
-0.29% orioledb/src/tableam/descr.c
2
91.03
0.06% orioledb/src/checkpoint/checkpoint.c
1
89.86
0.11% orioledb/src/btree/find.c
1
97.62
-0.13% orioledb/src/btree/page_chunks.c
1
94.66
-0.21% orioledb/src/btree/page_contents.c
1
88.72
-0.1% orioledb/src/btree/undo.c
1
92.46
0.75% orioledb/src/s3/headers.c
Jobs
ID Job ID Ran Files Coverage
1 23045747613.1 13 Mar 2026 11:48AM UTC 92
90.1
GitHub Action Run
Source Files on build 23045747613
  • Tree
  • List 92
  • Changed 19
  • Source Changed 3
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23045747613
  • fe53bd46 on github
  • Prev Build on main (#22981072213)
  • Next Build on main (#23046944157)
  • 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