The [PostgreSQL Global Development Group](https://www.postgresql.org) today announced the release of [PostgreSQL 17](https://www.postgresql.org/docs/17/release-17.html), the latest version of the world's most advanced …
Cutting the 0.12.0 release as-is!
You may need to:
rearrange some imports
sed some types to use pg_sys::EnumName::Type (only the typedef, not the constants)
bump heapless to 0.8
impl ArgAbi and im...