| 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: | [email protected] |
| Views: | Whole Thread | Raw Message | 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)
| 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 |