- May 08, 2024
-
-
Maksim Kaitmazian authored
-
-
-
-
-
-
-
-
-
This commit adds supportion of extended query messages and error handling in extended query pipeline. Features that are not implemented: * binary encoding * parameterized queries
-
Maksim Kaitmazian authored
-
-
-
-
-
-
-
Maksim Kaitmazian authored
-
-
-
-
-
-
Closes TODO: check if coio wrapper returns 0 or EOF error.
-
-
Previously, we'd loop forever if there wasn't enough data for decode.
-
If ibuff is not empty we should read messages from the buffer. Reading messages when the buffer is not empty may lead to deadlock, for instance, if the frontend send a series of queries and waits backend response to send other messages, while backend tries to read new messages.
-
-
Maksim Kaitmazian authored
-
Maksim Kaitmazian authored
-
-
-
-
-
-
-
-
-
-
-