Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlock LFC mutex when LFC cache is disabled #10235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

knizhnik
Copy link
Contributor

Problem

See #10233
lfc_containsv returns with holding lock when LFC was disabled.
This bug was introduced in commit 78938d1

Summary of changes

Release lock before return.

@knizhnik knizhnik requested review from a team as code owners December 24, 2024 10:54
Copy link

7095 tests run: 6798 passed, 0 failed, 297 skipped (full report)


Flaky tests (2)

Postgres 17

  • test_physical_replication_config_mismatch_max_locks_per_transaction: release-x86-64

Postgres 15

  • test_physical_replication_config_mismatch_max_locks_per_transaction: release-x86-64

Code coverage* (full report)

  • functions: 31.2% (8397 of 26877 functions)
  • lines: 48.0% (66680 of 139059 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
10930f8 at 2024-12-24T11:56:16.538Z :recycle:

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