pgsql: Remove Windows-specific definition of S_ISDIR().

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove Windows-specific definition of S_ISDIR().
Date: 2009-04-26 15:31:50
Message-ID: 20090426153150.6DA61754080@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove Windows-specific definition of S_ISDIR(). This should not be here;
if there are any Windows configurations where port/win32.h fails to
provide the macro, it should be fixed in the latter file not here.

Modified Files:
--------------
pgsql/src/bin/psql:
copy.c (r1.79 -> r1.80)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/copy.c?r1=1.79&r2=1.80)

Browse pgsql-committers by date

  From Date Subject
Next Message User Rbt 2009-04-26 17:01:57 autodoc - autodoc: Don't need relhasindexes, relhasrules, or
Previous Message User Gsmet 2009-04-26 11:02:07 pgfouine - pgfouine: in fact, let's raise it directly to 512 MB