Skip to content

Advisory locks handle bigint second keys#960

Merged
rgalanakis merged 1 commit intomainfrom
advisory-lock-wraparound
Jun 2, 2025
Merged

Advisory locks handle bigint second keys#960
rgalanakis merged 1 commit intomainfrom
advisory-lock-wraparound

Conversation

@rgalanakis
Copy link
Contributor

Fixes https://lithic-technology.sentry.io/issues/6651707636

If using with_advisory_lock(row_pk_that_is_bigint), we'd get an error.
It should be pretty safe to use an int instead.

Fixes https://lithic-technology.sentry.io/issues/6651707636

If using `with_advisory_lock(row_pk_that_is_bigint)`,
we'd get an error.
It should be pretty safe to use an int instead.
@codecov
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.96%. Comparing base (234b5b7) to head (e3f9938).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #960   +/-   ##
=======================================
  Coverage   96.96%   96.96%           
=======================================
  Files         483      483           
  Lines       30663    30722   +59     
=======================================
+ Hits        29732    29791   +59     
  Misses        931      931           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rgalanakis rgalanakis merged commit 830fd03 into main Jun 2, 2025
4 checks passed
@rgalanakis rgalanakis deleted the advisory-lock-wraparound branch June 2, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant