pgsql: Improve comment about ignoring 128 error code on Windows:

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve comment about ignoring 128 error code on Windows:
Date: 2010-10-15 01:58:13
Message-ID: E1P6ZYj-0003RH-PO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=23177114c6f4f12d313d453e9153daf80c94c70b

Modified Files
--------------
src/backend/postmaster/postmaster.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-10-15 09:19:44 pgsql: Correct WAL space calculation formula in docs.
Previous Message Robert Haas 2010-10-14 23:14:48 pgsql: Add pg_user_mappings to the table of system views.