pgsql: Don't try to close negative file descriptors, since this can

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't try to close negative file descriptors, since this can
Date: 2008-05-13 20:54:00
Message-ID: 20080513205400.417AA7559E9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't try to close negative file descriptors, since this can cause
crashes on certain platforms. In particular, the MSVC runtime is known
to do this.

Fixes bug #4162, reported and diagnosed by Javier Pimas

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.258.2.3 -> r1.258.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.258.2.3&r2=1.258.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-05-13 20:54:02 pgsql: Don't try to close negative file descriptors, since this can
Previous Message Magnus Hagander 2008-05-13 20:53:58 pgsql: Don't try to close negative file descriptors, since this can