pgsql: Changed order of statements and added an additiona MSVC safeguar

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Changed order of statements and added an additiona MSVC safeguar
Date: 2017-09-13 23:18:00
Message-ID: E1dsGuu-0006a3-La@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Changed order of statements and added an additiona MSVC safeguard to make ecpg
thread test cases work on Windows.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/407e660781b8c3866fe97fd5e326a078f549db61

Modified Files
--------------
src/interfaces/ecpg/test/expected/thread-alloc.c | 36 ++++++------
.../ecpg/test/expected/thread-descriptor.c | 10 ++--
src/interfaces/ecpg/test/expected/thread-prep.c | 64 +++++++++++-----------
src/interfaces/ecpg/test/expected/thread-thread.c | 38 +++++++------
.../ecpg/test/expected/thread-thread_implicit.c | 38 +++++++------
src/interfaces/ecpg/test/thread/alloc.pgc | 10 ++--
src/interfaces/ecpg/test/thread/descriptor.pgc | 2 +
src/interfaces/ecpg/test/thread/prep.pgc | 10 ++--
src/interfaces/ecpg/test/thread/thread.pgc | 10 ++--
.../ecpg/test/thread/thread_implicit.pgc | 10 ++--
10 files changed, 124 insertions(+), 104 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2017-09-13 23:20:37 Re: pgsql: Changed order of statements and added an additiona MSVC safeguar
Previous Message Tom Lane 2017-09-13 16:27:07 pgsql: Adjust unstable regression test case.