Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tweak recently-added tests to suppress scary-looking warnings on 64-bit | Tom Lane | 2007-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.pgc | Magnus Hagander | 2007-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 Meskes | 2007-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 Meskes | 2007-09-26 |
prepare thread-safe. |