pgsql: The macros NULL_DEV and DEVNULL were both used to work around

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The macros NULL_DEV and DEVNULL were both used to work around
Date: 2008-12-11 10:25:17
Message-ID: 20081211102517.C03917545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The macros NULL_DEV and DEVNULL were both used to work around
platform-specific spellings of /dev/null. But one should be enough, so
settle on DEVNULL.

Modified Files:
--------------
pgsql/src/backend/postmaster:
postmaster.c (r1.566 -> r1.567)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.566&r2=1.567)
syslogger.c (r1.45 -> r1.46)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/syslogger.c?r1=1.45&r2=1.46)
pgsql/src/include:
c.h (r1.232 -> r1.233)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h?r1=1.232&r2=1.233)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-11 18:16:18 pgsql: To reduce confusion over whether VACUUM FULL is needed for
Previous Message Peter Eisentraut 2008-12-11 09:17:08 pgsql: Move carefully obscured SunOS 4 specific #include out of c.h into