mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
libpq tolerates and ignores them, but the Rust postgres client gets confused by them in certain states. This explained the strange failure I saw with the Copy Out protocol. I'm not sure what the condition was exactly, but somehow the rust client got confused if it received a ReadyForQuery message that it was not expecting. Fixes https://github.com/zenithdb/zenith/issues/148.