[COMMITTERS] pgsql: Changed order of statements and added an additiona MSVCsafeguar - Mailing list pgsql-committers

From Michael Meskes
Subject [COMMITTERS] pgsql: Changed order of statements and added an additiona MSVCsafeguar
Date
Msg-id E1dsGuu-0006a0-LO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Changed order of statements and added an additiona MSVC safeguard to make ecpg
thread test cases work on Windows.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eaf7001eb7e3eecc7e30c31956860f54f1def55f

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(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Adjust unstable regression test case.
Next
From: Michael Meskes
Date:
Subject: Re: [COMMITTERS] pgsql: Changed order of statements and added anadditiona MSVC safeguar