mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Fix obsolete comment.
Commit 3bd261ca18c67eafe18088e58fab511e3b965418 should have updated this, but didn't. Extracted from a larger patch by Piotr Stefaniak.
This commit is contained in:
parent
73e6bea603
commit
8dee039fa1
@ -103,7 +103,7 @@ struct shm_mq
|
|||||||
* locally by copying the chunks into a backend-local buffer. mqh_buffer is
|
* locally by copying the chunks into a backend-local buffer. mqh_buffer is
|
||||||
* the buffer, and mqh_buflen is the number of bytes allocated for it.
|
* the buffer, and mqh_buflen is the number of bytes allocated for it.
|
||||||
*
|
*
|
||||||
* mqh_partial_message_bytes, mqh_expected_bytes, and mqh_length_word_complete
|
* mqh_partial_bytes, mqh_expected_bytes, and mqh_length_word_complete
|
||||||
* are used to track the state of non-blocking operations. When the caller
|
* are used to track the state of non-blocking operations. When the caller
|
||||||
* attempts a non-blocking operation that returns SHM_MQ_WOULD_BLOCK, they
|
* attempts a non-blocking operation that returns SHM_MQ_WOULD_BLOCK, they
|
||||||
* are expected to retry the call at a later time with the same argument;
|
* are expected to retry the call at a later time with the same argument;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user