Files
neon/pageserver/src
Heikki Linnakangas e3e593f571 Don't send spurious ReadyForQuery messages in extended query protocol.
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.
2021-05-19 22:31:28 +03:00
..
2021-04-21 17:56:58 -07:00
2021-04-21 17:56:58 -07:00
2021-05-07 13:11:44 -07:00