mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Improve comment about ignoring 128 error code on Windows:
* Microsoft reports it is related to mutex failure: * http://archives.postgresql.org/pgsql-hackers/2010-09/msg00790.php
This commit is contained in:
@ -2593,6 +2593,8 @@ CleanupBackend(int pid,
|
|||||||
* On win32, also treat ERROR_WAIT_NO_CHILDREN (128) as nonfatal
|
* On win32, also treat ERROR_WAIT_NO_CHILDREN (128) as nonfatal
|
||||||
* case, since that sometimes happens under load when the process fails
|
* case, since that sometimes happens under load when the process fails
|
||||||
* to start properly (long before it starts using shared memory).
|
* to start properly (long before it starts using shared memory).
|
||||||
|
* Microsoft reports it is related to mutex failure:
|
||||||
|
* http://archives.postgresql.org/pgsql-hackers/2010-09/msg00790.php
|
||||||
*/
|
*/
|
||||||
if (exitstatus == ERROR_WAIT_NO_CHILDREN)
|
if (exitstatus == ERROR_WAIT_NO_CHILDREN)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user