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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Get dirmod.c on the same page as port.h about whether we use
Date: 2007-07-12 23:28:49
Message-ID: 20070712232849.46B9E9FB89E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-12 23:51:10 pgsql: Fix a portability bug (ye olde not casting a <ctype.h> argument
Previous Message Neil Conway 2007-07-12 23:25:27 pgsql: Fixup the indentation of a comment that was mangled by pgindent,