odyssey icon indicating copy to clipboard operation
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).

Open vadv opened this issue 2 years ago • 0 comments

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).

1 2 3

vadv avatar Apr 14 '23 05:04 vadv