Fix incorrect calculation in shm_mq_receive.
authorRobert Haas <rhaas@postgresql.org>
Thu, 6 Aug 2015 17:25:45 +0000 (13:25 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 6 Aug 2015 17:25:45 +0000 (13:25 -0400)
commitdf0a67f754c2c45c99237765f30856c5dd95949d
tree7fec55ad66734b713b5fa54617df7d989c3f07b0
parent0e141c0fbb211bdd23783afa731e3eef95c9ad7a
Fix incorrect calculation in shm_mq_receive.

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
src/backend/storage/ipc/shm_mq.c