Skip to content

fix: Database_observability: update BackendXmin type to int64 to better map to PG BIGINT#5296

Merged
matthewnolf merged 1 commit intomainfrom
mn/db-o11y-psql-backendxmin
Jan 21, 2026
Merged

fix: Database_observability: update BackendXmin type to int64 to better map to PG BIGINT#5296
matthewnolf merged 1 commit intomainfrom
mn/db-o11y-psql-backendxmin

Conversation

@matthewnolf
Copy link
Contributor

Brief description of Pull Request

This change updates the integer type used for our representation of BackendXmin from int32, to int64 which better maps to Postgres bigint data type

pg_stat_activity view docs
bigint docs

Pull Request Details

Issue(s) fixed by this Pull Request

Notes to the Reviewer

PR Checklist

  • Documentation added
  • Tests updated
  • Config converters updated

@matthewnolf matthewnolf requested a review from a team as a code owner January 20, 2026 17:44
@matthewnolf matthewnolf merged commit d45ccc0 into main Jan 21, 2026
47 of 48 checks passed
@matthewnolf matthewnolf deleted the mn/db-o11y-psql-backendxmin branch January 21, 2026 14:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants