forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit52e98d4
committed
Use signal-safe functions in signal handler
According to signal-safety(7), exit(3) and puts(3) are not safe to callin a signal handler.Author: Tristan Partin <tristan@neon.tech>Discussion:https://www.postgresql.org/message-id/flat/CTVDKVZCCVSY.1XQ87UL50KQRD%40gonk1 parent7636725 commit52e98d4
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
602 | 602 |
| |
603 | 603 |
| |
604 | 604 |
| |
605 |
| - | |
606 |
| - | |
| 605 | + | |
| 606 | + | |
607 | 607 |
| |
608 | 608 |
| |
609 | 609 |
| |
|
0 commit comments
Comments
(0)