aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/thread/thread_implicit.pgc
Commit message (Collapse)AuthorAge
* More variables gcc moans aboutMichael Meskes2009-05-20
|
* Tweak recently-added tests to suppress scary-looking warnings on 64-bitTom Lane2007-10-03
| | | | | | 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.
* Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander2007-06-12
| | | | | | | | | 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
* Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander2007-03-29
| | | | | | | 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.
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-29
| | | | | win32 threads. - Fixed regression tests to run threading tests.
* Hopefully that's it. The remaining files for ecpg regression tests.Michael Meskes2006-08-02