pgsql: Add comment to explain why O_EXCL and O_TRUNC can be ignored in - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add comment to explain why O_EXCL and O_TRUNC can be ignored in
Date
Msg-id 20070213020622.3AD949FB690@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add comment to explain why O_EXCL and O_TRUNC can be ignored in
openFlagsToCreateFileFlags() in certain cases.

Modified Files:
--------------
    pgsql/src/port:
        open.c (r1.18 -> r1.19)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/open.c.diff?r1=1.18&r2=1.19)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add comment that to_char() for broken glibc pt_BR might cause a
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Repair bug in 8.2's new logic for planning outer joins: we have