Skip to content

Fix GUC boot values #41

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

Merged
merged 1 commit into from
May 29, 2025
Merged

Fix GUC boot values #41

merged 1 commit into from
May 29, 2025

Conversation

df7cb
Copy link
Contributor

@df7cb df7cb commented Sep 20, 2023

Fixes assertion failures on cassert-enabled PG16.

LOG:  GUC (PGC_REAL) pg_similarity.euclidean_threshold, boot_val=0.7, C-var=0.7
STATEMENT:  CREATE EXTENSION pg_similarity;
TRAP: failed Assert("check_GUC_init(variable)"), File: "./build/../src/backend/utils/misc/guc.c", Line: 4764, PID: 779990

(Fix developed against 1.0 - please do tag a new version, 1.0 is quite old!)

Close: #39

Fixes assertion failures on cassert-enabled PG16.

LOG:  GUC (PGC_REAL) pg_similarity.euclidean_threshold, boot_val=0.7, C-var=0.7
STATEMENT:  CREATE EXTENSION pg_similarity;
TRAP: failed Assert("check_GUC_init(variable)"), File: "./build/../src/backend/utils/misc/guc.c", Line: 4764, PID: 779990
@eulerto eulerto merged commit 53e6546 into eulerto:master May 29, 2025
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.

pg_similarity crashes on PG16
2 participants