*** pgsql/src/backend/postmaster/syslogger.c 2008/02/17 02:09:27 1.45 --- pgsql/src/backend/postmaster/syslogger.c 2008/12/11 10:25:17 1.46 *************** *** 18,24 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.44 2008/01/25 20:42:10 tgl Exp $ * *------------------------------------------------------------------------- */ --- 18,24 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.45 2008/02/17 02:09:27 tgl Exp $ * *------------------------------------------------------------------------- */ *************** SysLoggerMain(int argc, char *argv[]) *** 184,190 **** */ if (redirection_done) { ! int fd = open(NULL_DEV, O_WRONLY, 0); /* * The closes might look redundant, but they are not: we want to be --- 184,190 ---- */ if (redirection_done) { ! int fd = open(DEVNULL, O_WRONLY, 0); /* * The closes might look redundant, but they are not: we want to be