Note that the addition of --without-icu is not a change. The difference is just that --with-icu in postgres 15 was swapped out for --without-icu in postgres 16. Newer postgres clients are backwards compatible with older versions, so this change should be pretty safe. Notably, this new version (and also the corresponding 15.6 release) support OpenSSL 3.2, which has been bumped in a follow-up (#162).
Note that the addition of
--without-icu
is not a change. The difference is just that--with-icu
in postgres 15 was swapped out for--without-icu
in postgres 16. Newer postgres clients are backwards compatible with older versions, so this change should be pretty safe. Notably, this new version (and also the corresponding 15.6 release) support OpenSSL 3.2, which has been bumped in a follow-up (#162).Closes #144.