mirror of
https://github.com/jackc/pgx.git
synced 2025-09-04 19:37:10 +00:00
Use an internal buffer in pgproto3.Frontend and pgproto3.Backend instead of directly writing to the underlying net.Conn. This will allow tracing messages as well as simplify pipeline mode.