-
- Downloads
Fix linking problem when enabling thread safety on Darwin: uninitialized
global variables are problematic on this platform. Simplest solution seems to be to initialize pthread key variable to 0. Also, rename this variable and check_sigpipe_handler to something involving "pq" to avoid gratuitous pollution of application namespace.
Showing
- src/interfaces/libpq/fe-connect.c 2 additions, 2 deletionssrc/interfaces/libpq/fe-connect.c
- src/interfaces/libpq/fe-print.c 3 additions, 3 deletionssrc/interfaces/libpq/fe-print.c
- src/interfaces/libpq/fe-secure.c 8 additions, 8 deletionssrc/interfaces/libpq/fe-secure.c
- src/interfaces/libpq/libpq-int.h 3 additions, 3 deletionssrc/interfaces/libpq/libpq-int.h
Loading
Please register or sign in to comment