mirror of https://github.com/postgres/postgres
It is a bit unclear what this optimization was supposed to do, presumably it was to break from the loop once the whole buffer was decrypted, but the logic was very confused since if we want to do a similar optimization it should be something like if (dec_off + read_sz == offset + readsz).pull/238/head
parent
9a493eb80c
commit
4a9e09101b
Loading…
Reference in new issue