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