Skip to content
Snippets Groups Projects
Commit 109d7aff authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 8b82a705
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment