mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
a6f315c9c9
The synchronous 'postgres' crate is just a wrapper around the async 'tokio_postgres' crate. Some places were unnecessarily using the re-exported NoTls and Error from the synchronous 'postgres' crate, even though they were otherwise using the 'tokio_postgres' crate. Tidy up by using the tokio_postgres types directly.