The macros NULL_DEV and DEVNULL were both used to work around

Peter Eisentraut <peter_e@gmx.net>

Commit: d9346f2186c51fbc7d3351d7e00d84e937c80925
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2008-12-11T10:25:17Z
Releases: 8.4.0
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.

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +2 −2
src/backend/postmaster/syslogger.c modified +2 −2
src/include/c.h modified +1 −4