ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
848 stars 571 forks source link

feat(configure): add option for wal-segsize #572

Closed gclough closed 3 months ago

gclough commented 4 months ago

--wal-segsize=size has been an option since v11, so we should support it:

https://www.postgresql.org/docs/11/app-initdb.html

gclough commented 4 months ago

@MrMegaNova , it seems you've been shouldering the load on this recently. I should be able to help out now and then, so let me know if you need something.

As for this, I'd appreciate a review before I merge.