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

Commite515861

Browse files
committed
In dsm_impl_windows, don't error out when the segment already exists.
This is the behavior of the other implementations, and the behaviorexpected by the callers of this function.Amit Kapila
1 parent05a0283 commite515861

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,6 @@ dsm_impl_windows(dsm_op op, dsm_handle handle, uint64 request_size,
694694
* modified.
695695
*/
696696
CloseHandle(hmap);
697-
ereport(elevel,
698-
(errcode_for_dynamic_shared_memory(),
699-
errmsg("could not open shared memory segment \"%s\": %m",
700-
name)));
701697
return false;
702698
}
703699
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp