mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
The existing code didn't correctly allocate data arrays, and it failed to loop when a stream didn't provide the full amount of data requested of it. Reported by Jan de Visser.