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