Enable thread safety for win32.mak build of PostgreSQL.
Bruce Momjian <bruce@momjian.us>
Enable thread safety for win32.mak build of PostgreSQL. Andreas Pflug
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +11 −1 |
| src/interfaces/libpq/fe-secure.c | modified | +11 −3 |
| src/interfaces/libpq/pthread.h.win32 | added | +17 −0 |
| src/interfaces/libpq/pthread-win32.c | added | +44 −0 |
| src/interfaces/libpq/win32.mak | modified | +9 −4 |