forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaef61bf
committed
Revert dup2() checking in syslogger.c
Per the expanded comment-As we're just trying to reset these to go to DEVNULL, there's notmuch point in checking for failure from the close/dup2 calls here,if they fail then presumably the file descriptors are closed andany writes will go into the bitbucket anyway.Pointed out by Tom.1 parent64e43c5 commitaef61bf
1 file changed
+7
-8
lines changedLines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
208 | 213 |
| |
209 | 214 |
| |
210 | 215 |
| |
211 | 216 |
| |
212 | 217 |
| |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
| 218 | + | |
| 219 | + | |
221 | 220 |
| |
222 | 221 |
| |
223 | 222 |
| |
|
0 commit comments
Comments
(0)