v1.0.0b48
Pre-release
Pre-release
Fixed
- Fix startup warnings "security declaration for nonexistent method" for
unsupported ZCatalog stubs (getAllBrains,searchAll, etc.).
Changed
- Extract
@meta,object_provides, andallowedRolesAndUsersfrom
idxJSONB into dedicated columns via genericExtraIdxColumnmechanism.
Reducesidxsize by ~85% (from ~3.2 KB to ~400 B avg, below TOAST
threshold). Runclear_and_rebuildafter upgrading. (#98) object_providesqueries now use a dedicatedTEXT[]column with GIN
index instead of JSONB containment.- Removed
_backfill_allowed_rolesstartup function (superseded by
generic extraction mechanism).