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

Add docs to resolve exclusive lock error in pgx_ulid setup #47

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

pksunkara
Copy link
Owner

@pksunkara pksunkara commented Jun 11, 2024

Fixes #12

Adds a troubleshooting section to the README.md to address the exclusive lock error when using pgx_ulid.

  • Introduces a "Troubleshooting" section before the "License" section, providing clear steps to resolve the exclusive lock error by altering the system to set shared_preload_libraries to ulid.
  • Details the process of restarting the PostgreSQL service after altering shared_preload_libraries to ensure changes take effect.
  • Recommends verifying the change with SHOW shared_preload_libraries; to confirm ulid is successfully loaded.

For more details, open the Copilot Workspace session.

@pksunkara pksunkara merged commit 2709478 into master Jun 11, 2024
6 of 8 checks passed
@pksunkara pksunkara deleted the fix-lock-error branch June 11, 2024 21:51
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.

Postgres + ulid [XX000] ERROR: Can't give out exclusive, lock is in an empty state
1 participant