postgresql/src/backend/postmaster
Stephen Frost 790eaa699e Check dup2() results in syslogger
Consistently check the dup2() call results throughout syslogger.c.
It's pretty unlikely that they'll error out, but if they do,
ereport(FATAL) instead of blissfully continuing on.

Spotted by the Coverity scanner.
2014-01-26 16:26:18 -05:00
..
autovacuum.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
bgworker.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
bgwriter.c Logging running transactions every 15 seconds. 2014-01-15 12:41:20 -05:00
checkpointer.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
fork_process.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile Allow background workers to be started dynamically. 2013-07-16 13:02:15 -04:00
pgarch.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
pgstat.c Fix VACUUM's reporting of dead-tuple counts to the stats collector. 2014-01-18 19:24:33 -05:00
postmaster.c Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
startup.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
syslogger.c Check dup2() results in syslogger 2014-01-26 16:26:18 -05:00
walwriter.c Update copyright for 2014 2014-01-07 16:05:30 -05:00