Win32 Thread Safety

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Win32 Thread Safety
Date: 2005-08-01 10:51:17
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9670@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
win32_thread_safety.diff.gz application/x-gzip 5.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2005-08-01 13:14:24 Re: [HACKERS] Autovacuum loose ends
Previous Message Peter Eisentraut 2005-08-01 08:53:51 Re: per user/database connections limit again