Changed order of statements and added an additiona MSVC safeguard to make ecpg
Michael Meskes <meskes@postgresql.org>
Changed order of statements and added an additiona MSVC safeguard to make ecpg thread test cases work on Windows.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/test/expected/thread-alloc.c | modified | +19 −17 |
| src/interfaces/ecpg/test/expected/thread-descriptor.c | modified | +6 −4 |
| src/interfaces/ecpg/test/expected/thread-prep.c | modified | +33 −31 |
| src/interfaces/ecpg/test/expected/thread-thread.c | modified | +20 −18 |
| src/interfaces/ecpg/test/expected/thread-thread_implicit.c | modified | +20 −18 |
| src/interfaces/ecpg/test/thread/alloc.pgc | modified | +6 −4 |
| src/interfaces/ecpg/test/thread/descriptor.pgc | modified | +2 −0 |
| src/interfaces/ecpg/test/thread/prep.pgc | modified | +6 −4 |
| src/interfaces/ecpg/test/thread/thread_implicit.pgc | modified | +6 −4 |
| src/interfaces/ecpg/test/thread/thread.pgc | modified | +6 −4 |