| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
machines about casts between pointers and integers of different sizes.
While they're harmless, we shouldn't expect users to have to go through
and figure that out for themselves.
|
|
|
|
|
|
|
|
|
| |
regression driver into two parts and reusing half of it. Required to
run ECPG tests without a shell on MSVC builds.
Fix ECPG thread tests for MSVC build (incl output files).
Joachim Wieland and Magnus Hagander
|
|
|
|
|
|
|
| |
ecpglib supports it.
Change configure (patch from Bruce) and msvc build system to no longer require
pthreads on win32, since all parts of postgresql can be thread-safe using the
native platform functions.
|
|
|
|
|
| |
win32 threads.
- Fixed regression tests to run threading tests.
|
|
|