mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-08 22:50:37 +00:00
Before this, we'd assume the PS connection would be good once we got a response. Now, we also check that the response was a positive one. This means our exponential backoff policy now also applies to PS connections that do connect but fail to get a pagestream, where previously it did not.