mirror of
https://github.com/jackc/pgx.git
synced 2025-05-29 02:32:41 +00:00
Altered chunkreader to never reuse memory. Altered pgproto3 to to copy memory when decoding. Renamed UnmarshalBinary to Decode because of changed semantics.