mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
If some, but not all, of the length word has already been read, and the next attempt to read sees exactly the number of bytes needed to complete the length word, or fewer, then we'll incorrectly read less than all of the available data. Antonin Houska