mirror of
https://github.com/jackc/pgx.git
synced 2025-09-04 19:37:10 +00:00
Altered chunkreader to never reuse memory. Altered pgproto3 to to copy memory when decoding. Renamed UnmarshalBinary to Decode because of changed semantics.