aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/thread/prep.pgc
Commit message (Collapse)AuthorAge
* 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.
* Make ECPG regression tests run with -c only for array_of_struct.pgcMagnus Hagander2007-10-03
| | | | | | | on MSVC. Fix strange nonstandard version of __stdcall specifyer in thread tests on win32.
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-30
| | | | to get memory allocation thread-safe. He also did some cleaning up.
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get ↵Michael Meskes2007-09-26
prepare thread-safe.