Re: [PATCHES] win32 libpq ENABLE_THREAD_SAFETY

2004-06-18 Thread Bruce Momjian
Patch applied. Thanks. I updated the comments at the top of win32.mak too to document this new option. I also made some changes so our Win32 native port can use threads too. I need to modify the configure tests but for now the attached applied patch will set up the groundwork for it. Mingw do

[PATCHES] win32 libpq ENABLE_THREAD_SAFETY

2004-06-13 Thread Andreas Pflug
So here's the updated ENABLE_THREAD_SAFETY patch for win32, to be compiled under VC5/6/7 (tested with VC6). nmake -f win32.mak [DEBUG=1] [USE_SSL=1] [ENABLE_THREAD_SAFETY=1] are supported. Regards, Andreas /*- * * pthread-win