pgsql: Get dirmod.c on the same page as port.h about whether we use - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Get dirmod.c on the same page as port.h about whether we use
Date
Msg-id 20070712232849.46B9E9FB89E@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Get dirmod.c on the same page as port.h about whether we use pgsymlink
on Cygwin (answer: we don't).  Also try to unwind the #ifdef spaghetti
a little bit.  Untested but hopefully I didn't break anything.

Modified Files:
--------------
    pgsql/src/include:
        port.h (r1.111 -> r1.112)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.111&r2=1.112)
    pgsql/src/port:
        dirmod.c (r1.47 -> r1.48)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.47&r2=1.48)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fixup the indentation of a comment that was mangled by pgindent,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a portability bug (ye olde not casting a argument