Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27a36f7

Browse files
Fix wording in comment
The comment for the DSM_OP_CREATE paramater read "the a new handle"which is confusing. Fix by rewording to indicate what the parametermeans for DSM_OP_CREATE.Reported-by: Junwang Zhao <zhjwpku@gmail.com>Discussion:https://postgr.es/m/CAEG8a3J2bc197ym-M_ykOXb9ox2eNn-QNKNeoSAoHYSw2NCOnw@mail.gmail.com
1 parentd0e4083 commit27a36f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/storage/ipc/dsm_impl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ intmin_dynamic_shared_memory;
137137
* Arguments:
138138
* op: The operation to be performed.
139139
* handle: The handle of an existing object, or for DSM_OP_CREATE, the
140-
*a new handle the caller wants created.
140+
*identifier for the new handle the caller wants created.
141141
* request_size: For DSM_OP_CREATE, the requested size. Otherwise, 0.
142142
* impl_private: Private, implementation-specific data. Will be a pointer
143143
* to NULL for the first operation on a shared memory segment within this

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp