Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8dee039

Browse files
committed
Fix obsolete comment.
Commit 3bd261c should have updated this, but didn't. Extracted from a larger patch by Piotr Stefaniak.
1 parent 73e6bea commit 8dee039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/ipc/shm_mq.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ struct shm_mq
103103
* locally by copying the chunks into a backend-local buffer. mqh_buffer is
104104
* the buffer, and mqh_buflen is the number of bytes allocated for it.
105105
*
106-
* mqh_partial_message_bytes, mqh_expected_bytes, and mqh_length_word_complete
106+
* mqh_partial_bytes, mqh_expected_bytes, and mqh_length_word_complete
107107
* are used to track the state of non-blocking operations. When the caller
108108
* attempts a non-blocking operation that returns SHM_MQ_WOULD_BLOCK, they
109109
* are expected to retry the call at a later time with the same argument;

0 commit comments

Comments
 (0)