Win32 Thread Safety - Mailing list pgsql-patches

From Dave Page
Subject Win32 Thread Safety
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9670@ratbert.vale-housing.co.uk
Whole thread Raw
Responses Re: Win32 Thread Safety
List pgsql-patches
The attached patch updates the thread test program to run stand-alone on
Windows. The test itself is bypassed in configure as discussed, and
libpq has been updated appropriately to allow it to build in thread-safe
mode.

To apply, apply the patch as normal, then rename
src/interface/libpq/pthread.h.win32 to
src/interface/libpq/pthread-win32.h. Finally, run autoconf to regenerate
configure.

Regards, Dave.

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: per user/database connections limit again
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Autovacuum loose ends