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

Make the cartridge tests work with PostgreSQL 12 #2767

Merged
merged 1 commit into from
Nov 15, 2019

Conversation

greglandrum
Copy link
Member

@greglandrum greglandrum commented Nov 7, 2019

The problem was test output that didn't match what was expected due to the "Improve performance by using a new algorithm for output of real and double precision values" change in PostgreSQL 12:
https://www.postgresql.org/docs/12/release-12.html

We change the output extra_float_digits setting to get postgresql 12 to behave like previous versions.

This came up in the discussion of #2700

uses the extra_float_digits argument to fix this
@greglandrum greglandrum added the bug label Nov 7, 2019
@greglandrum greglandrum added this to the 2019_09_2 milestone Nov 7, 2019
@greglandrum
Copy link
Member Author

merging after offline conversation with @bp-kelley

@greglandrum greglandrum merged commit 4932d68 into rdkit:master Nov 15, 2019
@greglandrum greglandrum deleted the fix/github2700 branch November 15, 2019 15:46
greglandrum added a commit that referenced this pull request Dec 3, 2019
uses the extra_float_digits argument to fix this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant