The macros NULL_DEV and DEVNULL were both used to work around
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +2 −2 |
| src/backend/postmaster/syslogger.c | modified | +2 −2 |
| src/include/c.h | modified | +1 −4 |