-
- Downloads
Allow libpq to do thread-safe SIGPIPE handling. This allows it to
ignore SIGPIPE from send() in libpq, but terminate on any other SIGPIPE, unless the user installs their own signal handler. This is a minor fix because the only time you get SIGPIPE from libpq's send() is when the backend dies.
Showing
- doc/src/sgml/libpq.sgml 21 additions, 2 deletionsdoc/src/sgml/libpq.sgml
- src/backend/nodes/read.c 2 additions, 1 deletionsrc/backend/nodes/read.c
- src/interfaces/libpq/fe-connect.c 13 additions, 2 deletionssrc/interfaces/libpq/fe-connect.c
- src/interfaces/libpq/fe-print.c 14 additions, 2 deletionssrc/interfaces/libpq/fe-print.c
- src/interfaces/libpq/fe-secure.c 74 additions, 1 deletionsrc/interfaces/libpq/fe-secure.c
- src/interfaces/libpq/libpq-fe.h 9 additions, 1 deletionsrc/interfaces/libpq/libpq-fe.h
- src/interfaces/libpq/libpq-int.h 8 additions, 1 deletionsrc/interfaces/libpq/libpq-int.h
- src/interfaces/libpq/pqsignal.c 23 additions, 1 deletionsrc/interfaces/libpq/pqsignal.c
- src/interfaces/libpq/pqsignal.h 3 additions, 1 deletionsrc/interfaces/libpq/pqsignal.h
Loading
Please register or sign in to comment