-
Notifications
You must be signed in to change notification settings - Fork 40
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
Regression tests fail with PG12 #25
Comments
@df7cb v12beta1 is on my radar. You were faster than me. I will provide a fix ASAP. |
@df7cb could you check again? I tested pg_similarity down to 9.2. |
The fix looks correct, thanks! Could you tag a new release? |
@df7cb I'm waiting your confirmation. Thanks. ;-) |
Everything ok on PG11 and 12. |
Hi, could you tag a new release with these changes? Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regression tests fail with PG12beta1 because floating point output is now more precise by default:
A possible fix would be to hardcode
SET extra_float_digits = 0;
in the test file.A new release with the fix would be nice so we packagers could update the packages. Thanks!
The text was updated successfully, but these errors were encountered: