ansible-collections / community.postgresql

Manage PostgreSQL with Ansible
https://galaxy.ansible.com/ui/repo/published/community/postgresql/
Other
111 stars 90 forks source link

postgresql_db: fails on setting transaction_timeout = 0 which is supported since PG 17 #742

Closed Andersson007 closed 1 month ago

Andersson007 commented 1 month ago
SUMMARY

Test fails because of this in https://github.com/ansible-collections/community.postgresql/pull/740

Andersson007 commented 1 month ago

Found the reason, will fix it in https://github.com/ansible-collections/community.postgresql/pull/740, closing this one