postgresql/src/interfaces
Bruce Momjian f4c5e06edf > win32 doesn't support a static initializer for mutexes, thus the first
> user must initialize the lock. The problem are concurrent "first" users
> - the pthread_mutex_t initialization must be synchronized.
> The current implementation is broken, the attached patches fixes that:
> mutex_initlock is a spinlock. If the pthread_mutex_t mutex is not
> initialized, then the spinlock is acquired, if the pthread_mutex_t is
> initialized if it's not yet initialized and then the spinlock is dropped.

Manfred Spraul
2004-07-12 14:23:28 +00:00
..
ecpg Added free() calls against memory leak in interval.c. 2004-07-05 18:51:51 +00:00
libpq > win32 doesn't support a static initializer for mutexes, thus the first 2004-07-12 14:23:28 +00:00
Makefile Remove all of the libpgtcl and pgtclsh files, including all references to 2004-04-20 00:33:53 +00:00