You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for PostgreSQL 17
* Reference current debian in README
* Fix pg_ctl calls by moving subcommand last
pg_ctl v17 has changed parsing of options, resulting in a pg_ctl: too many command-line arguments` error, but moving the subcommand to be the last argument works around the issue. I think this is the relevant commit in pg17 postgres/postgres@03d1080
* Reference latest PostgreSQL version in docs
* Include v17 in compatible version output
* Update azure build command to v17
* Limit mentioned support in docs to v17
---------
Co-authored-by: Rasmus Porsager <rasmus@porsager.com>
0 commit comments