Skip to content
Snippets Groups Projects

authz: simplify PermsStore with intarray

Merged Warren Gifford requested to merge jc/simplify-permsStore-intarray into main

Created by: unknwon

Our permissions storage format in Postgres has been transitioned from roaring bitmap (BYTEA) to intarray ([]INT), it is now possible to perform many operations directly using SQLs.

I rely on our tests to ensure correctness, and tested end-to-end.

Easier to be reviewed with split view

Fixes #11768 (closed)

Merge request reports

Merged by avatar (Jun 23, 2025 12:02pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading