Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e6bea commit 8dee039Copy full SHA for 8dee039
src/backend/storage/ipc/shm_mq.c
@@ -103,7 +103,7 @@ struct shm_mq
103
* locally by copying the chunks into a backend-local buffer. mqh_buffer is
104
* the buffer, and mqh_buflen is the number of bytes allocated for it.
105
*
106
- * mqh_partial_message_bytes, mqh_expected_bytes, and mqh_length_word_complete
+ * mqh_partial_bytes, mqh_expected_bytes, and mqh_length_word_complete
107
* are used to track the state of non-blocking operations. When the caller
108
* attempts a non-blocking operation that returns SHM_MQ_WOULD_BLOCK, they
109
* are expected to retry the call at a later time with the same argument;
0 commit comments