Skip to content

Conversation

@Andersson007
Copy link
Collaborator

SUMMARY

Fixes #853

@Andersson007
Copy link
Collaborator Author

ready for review

@andreasscherbaum
Copy link
Collaborator

I think this needs more work:

ads=# set work_mem to '1.79769e+308';
ERROR:  invalid value for parameter "work_mem": "1.79769e+308"
HINT:  Value exceeds integer range.

My assumption is that the most common case for value+exponent is that the actual value is too large. And then PG will also fail.

Copy link
Collaborator

@andreasscherbaum andreasscherbaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All questions solved, good to merge

@hunleyd hunleyd merged commit f32de83 into ansible-collections:main May 15, 2025
29 checks passed
@Andersson007
Copy link
Collaborator Author

Thanks for reviewing, everyone!

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.

[3.14.0] postgresql_alter_system module is trying to int a non-int param

4 participants