Larry Rosenman <[EMAIL PROTECTED]> writes: > --On Monday, March 22, 2004 12:49:00 -0500 Tom Lane <[EMAIL PROTECTED]>=20 > wrote: >> If you can fix it yourself in a reasonably non-intrusive way, we'll take >> the patch ... that's about the extent of the cooperation you can expect.
> would a dlsym-based solution be accepted? I.E. wrap the pthread_* calls > in libpq, and if the real ones are present, use them, else return a static=20 > variable? I can't tell from that description if the idea meets the "non intrusive" test or not. How many places would you have to touch? How exactly are you going to tell "whether the real ones are present"? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend