odyssey
odyssey copied to clipboard
Settings in odyssey to have a limit on the queue depth in pipeline (or how to disable pipeline mode in odyssey).
Some drivers, for example pgx v4, have an error, because of which they can send a query twice without waiting for a response to the first queries. This is perceived by odyssey as switching to pipeline mode, and as a result, reading the response from the first query, pgx returns incorrect data (v4 doesn't support pipeline mode).
