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 e468213 commit 2317711Copy full SHA for 2317711
src/backend/postmaster/postmaster.c
@@ -2593,6 +2593,8 @@ CleanupBackend(int pid,
2593
* On win32, also treat ERROR_WAIT_NO_CHILDREN (128) as nonfatal
2594
* case, since that sometimes happens under load when the process fails
2595
* to start properly (long before it starts using shared memory).
2596
+ * Microsoft reports it is related to mutex failure:
2597
+ * http://archives.postgresql.org/pgsql-hackers/2010-09/msg00790.php
2598
*/
2599
if (exitstatus == ERROR_WAIT_NO_CHILDREN)
2600
{
0 commit comments