pgsql: add EPERM to the list of return codes to expect from opening - Mailing list pgsql-committers

From stark@postgresql.org (Greg Stark)
Subject pgsql: add EPERM to the list of return codes to expect from opening
Date
Msg-id 20100301000406.7C7977541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
add EPERM to the list of return codes to expect from opening directories based on Vista results

Modified Files:
--------------
    pgsql/src/port:
        copydir.c (r1.34 -> r1.35)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/copydir.c?r1=1.34&r2=1.35)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix up memory management problems in contrib/xml2.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch changes of 2009-05-13 in xml.c's memory management.