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 d0e4083 commit 27a36f7Copy full SHA for 27a36f7
src/backend/storage/ipc/dsm_impl.c
@@ -137,7 +137,7 @@ int min_dynamic_shared_memory;
137
* Arguments:
138
* op: The operation to be performed.
139
* handle: The handle of an existing object, or for DSM_OP_CREATE, the
140
- * a new handle the caller wants created.
+ * identifier for the new handle the caller wants created.
141
* request_size: For DSM_OP_CREATE, the requested size. Otherwise, 0.
142
* impl_private: Private, implementation-specific data. Will be a pointer
143
* to NULL for the first operation on a shared memory segment within this
0 commit comments